How To: Code Your First Web App (Part 2)
in PHP added by goodphptutorials, on 23/8/2007 beginner tutorials database framework mysql user
In Part 1 of How To: Code Your First Web App, I covered the basics of setting up a MySQL database, connecting to it with PHP and then I introduced a few functions to create and manage users. At the end, I briefly went into setting up the header file which will be used with every file created from here on out. The next step is creating the main files that actually do things.
comment save reportno comments
