PDA

View Full Version : For PHP Noobs


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.

blacksmoke
08-04-2006, 06:55 PM
Hey Congrajulation for this site provided to Tizag members and new visiters.. I hope we all will try to make Tizag more powerful and also we all will try to solve the problems of others like this... heheheh Thanks again...

See my site just i put files online! (http://blacksmoke.phpnet.us/)

techietim
08-04-2006, 07:00 PM
Hey Congrajulation for this site provided to Tizag members and new visiters.. I hope we all will try to make Tizag more powerful and also we all will try to solve the problems of others like this... heheheh Thanks again...

See my site just i put files online! (http://blacksmoke.phpnet.us/)


I like you little PHP snippets, like the user login (which i dont know that password too:p) They are good to have in developing later projects.

Scriptor
08-05-2006, 05:43 AM
Who you calling noob n00b? Sorry, couldn't help myself, anyway, thanks for the links, together with Tizag and the book I'm using, along with some needed persistence, I hope to at least get the site I'm planning set up by August 28 (since you're 13 you should now what'll probably happen then)

techietim
08-05-2006, 06:26 AM
I think so:p

scodal
08-11-2006, 01:34 PM
Fantastic site resource. Marking that in my bookmarks. Those are all things I really need to get better at. Mostly I want to know more about how the mysql database works at this point.

techietim
08-11-2006, 01:49 PM
Tizag has some great touts on that... (http://www.tizag.com/mysqlTutorial/)