Posts Tagged ‘php’

CodeIgniter Godaddy and You

Recently I was setting up a CodeIgniter installation for a new project on my GoDaddy shared hosting account. I ran into a slight problem: I was getting the CodeIgniter 404 error doc while trying to just get to the default home/index page! Here’s how I fixed it: In System > Application > Config > config.php [...]

Top 10 PHP Mistakes Beginning Developers Make

From the NetTuts site, comes a list of the top 10 common PHP errors that beginning developers make. I’ve found myself making these many times, though as time goes on, finding and fixing these errors becomes more of a second nature. I do keep a checklist (I will post it soon) of PHP security and [...]

PHP For Beginners To Intermediate PHP Lessons On Video

PHP is personally my web development language of choice – it may not be the best, in some people’s opinion, but for my money, they sheer speed that PHP allows you (In my experience, you can have a fairly solid website codebase up in about 15 minutes) and the shallow learning curve make it the [...]