Forum Moderators: coopster
The thing is whenever I've looked for such a tutorial I just find tutorials on creating applications (eg carts, using dropdown menus to retrieve data from databases, clicking links to delete records and to add records.) What I want is probably simpler than this, I just want to make sure that i do everything right.
Can anyone lead me to a good example of a tutorial please. I've trawled google, just maybe not in the right places.
Cheers
It assumes you know little to zero PHP and zero SQL. You may have more knowledge of PHP than that, but it is set up where you can skip that section and not miss anything.
Plus the author has a forum where he answers questions you might encounter (very helpful!) I went from knowing nothing about Databases to constructing fully functional webpages that utilize PHP and mySQL in about a month.
It does put it all together at the end of the book with three fully functional example web sites. It was really nice to "put all the pieces together", and have a real life example that actually *worked*. One is user-registration, another is content management, and then finally E-commerce.