Day One Intro to PHP: What is PHP? Programming Review Day Two Forms and Handling Data Day Three Mail Processing Day Four Headers, Cookies and Sessions Day Five Database Basics
Intro to PHP
We are starting off with talking about everything! Today’s Lecture
PHP for Kids
I know a PHP site meant to teach children may not be “cool” for adults – but trust me, this one is. It is simple, straightforward and a great additional learning tool. http://www.phpforkids.com
Brush Up on HTML Forms
With forms we can do powerful things, such as get input from a visitor to our site, create posts to be read on our site and so forth. Forms and understanding how they work is critical for creating, updating or deleting from a database. You will need to get good at forms. If you are […]