Hey Everyone, Here’s some helpful info on a basic PHP system, from our Killersites Community Forum! Basic PHP System: View, Edit, Add, Delete records with MySQLi This is a revised version of my previous tutorial (http://www.killersit…eteadd-records/) which uses MySQLi rather than regular MySQL to connect to the database. MySQLi, often called MySQL Improved, has several…
Hi, Some of you may know that I am an old Java programmer … big into POJO’s and I loved servlet filters. Those days are long gone now (for a whole host of reasons) but I still clearly remember how hard it was for me to learn Java. It could have been much easier though!…
I got an interesting email question today: As ever I am always planning ahead. Since I am now half way through your Complete Web Designer course I am looking to complete the Complete Web Programmer next. But I have noticed the Complete PHP Programmer also. Looking at the modules these seem quite alike. Has one…
Any programmer with more than 3.2 days of experience knows that programming has a lot more to do with testing than coding. Most errors in software are human related – typos, failed attempts at logical-construct construction etc …. This knowledge make two things clear: 1. Using proven frameworks or libraries (like Zend, CodeIgniter, PHPCake etc)…
Hi, It has been a while since I’ve written an article on killerPHP … and so it’s time for another one of my inflammatory articles! Before I begin, I should point out that I’ve written articles so vexing to other geeks out there, that it caused them to quit other sites and flame wars so…
Hi, So you want to write PHP code but you are not sure what program to use? Well, there are many options out there for PHP nerds (which is good) but again, which one to use? Many times, this comes down to personal taste and I don’t know all the options out there … so…
Hi, Learning to program can be a frustrating process for a lot of people; especially for designer types wanting to learn a little PHP. The following tips should help a lot of you along the way to becoming a PHP nerd. My PHP learning tips: 1. Be patient: Patience is a virtue, especially when learning…
Once and a while, I get a question from a student about PHP and programming that I use in a blog post … here we go again: … you mentioned that you used to use mostly Java but have switched to mostly PHP. Would you recommend learning PHP as a primary method of creating dynamic…
Recently we had to make an emergency move from our old servers (where we had been for 5-6 years) to our own dedicated server because of technical difficulties in the heads of the nerd’s who managed the servers killersites.com had been sitting on. I will spare you the details of my server migration ordeal for…
In my last post I wrote about how Ruby’s early problems around 2006-2007: – incomplete libraries – difficult web server integration .. had played a role slowing its adoption. The main thrust of the piece was to point out that despite the explosion of interest, Ruby and Rails had failed to make much of a…