techietim
08-04-2006, 01:16 PM
Most of the time, PHP users who are starting off, want to make a CMS (Content Managment System); which is great. The problem is most of them don't know how to do it or have very little training in the web/HTML area. http://www.php-mysql-tutorial.com/ is probably the best place for learning the basics in PHP/MySQL, besides Tizag of corse;). The site shows you everything you need to know about PHP and MySQL. I liked this site better because it showed me how to complete a whole project.
They show you how to:
Connect to MySQL database (http://www.php-mysql-tutorial.com/connect-to-mysql-using-php.php)
Create a MySQL database (http://www.php-mysql-tutorial.com/create-mysql-database-with-php.php)
Insert Data To MySQL Database (http://www.php-mysql-tutorial.com/mysql-insert-php.php)
Getting The Data from MySQL (http://www.php-mysql-tutorial.com/php-mysql-select.php)
Creating a Guestbook (http://www.php-mysql-tutorial.com/mysql-php-guestbook.php)
User Authentication (http://www.php-mysql-tutorial.com/user-authentication/index.php)And Much More.
A Great site for those starting on the road of programming.
They show you how to:
Connect to MySQL database (http://www.php-mysql-tutorial.com/connect-to-mysql-using-php.php)
Create a MySQL database (http://www.php-mysql-tutorial.com/create-mysql-database-with-php.php)
Insert Data To MySQL Database (http://www.php-mysql-tutorial.com/mysql-insert-php.php)
Getting The Data from MySQL (http://www.php-mysql-tutorial.com/php-mysql-select.php)
Creating a Guestbook (http://www.php-mysql-tutorial.com/mysql-php-guestbook.php)
User Authentication (http://www.php-mysql-tutorial.com/user-authentication/index.php)And Much More.
A Great site for those starting on the road of programming.