Category: PHP

Use hyphen in CodeIgniter URL 0

Use hyphen in CodeIgniter URL

I normally like to use hyphens than underscores in URL. It looks more easier to read I think. But in CodeIgniter normally we can’t use hyphens in URL as hyphens isn’t allowed in function...

0

Removing index.php in codeigniter

Hey Folks, most of the new CodeIgniter developers face a problem to remove index.php from the URL. It’s pretty simple. Just write the following code in notepad and save as .htaccess. Put this file...

0

Setup a web server in Linux Ubuntu

Try the following code in terminal: sudo apt-get install apache (For installing Apache web server) sudo apt-get install php (Install the latest version of PHP) sudo apt-get install mysql-server (Install the latest version of...

0

Some Security Issue (php)

Never, Ever, Trust Your Users It can never be said enough times, you should never, ever, ever trust your users to send you the data you expect. I have heard many people respond to...