Quick Setup of PHP
Presentations are part of my weekly routine, so it seems. Many of these are geared toward different levels of PHP + HTML experience. I plan on posting these here with a brief description of each as time goes by.
This small group of slides is aimed at helping the newcomer get a PHP development environment up and running on their own PC. If you haven’t used Uniserver before, be sure to check it out - I highly recommend it.
As you will notice, these slides are not very cohesive, but I covered how to get Uniserver, and why you should investigate phpMyAdmin. I also covered the use of the mysql_* functions instead of the much improved mysqli_* versions (simply because many hosts still do not have them - however, if you are only developing locally - I highly suggest trying them out).
The last slide is just a filler - but is an extremely simple example of an xHTML table.