php - mysql tutorial?

They have: 6 posts

Joined: Aug 2007

Hi,

I am in the process of developing an online business directory website where users can enter their (limited) business information for free and look up other businesses in their area and I need to educate myself on how to go about it. Can someone recommend an online tutorial that can help me to figure out how to start?

Thanks

He has: 18 posts

Joined: Oct 2006

I found Tizag realy usefull
takes you right from the beginning

php tutorial
http://www.tizag.com/phpT/

& MySQL tutorial
http://www.tizag.com/mysqlTutorial/

the MySQL one is how to use php with it, but expects you to know most of the php tutorial

They have: 6 posts

Joined: Aug 2007

Thanks a lot!

They have: 10 posts

Joined: Sep 2007

yes, tizag was helpful here as well

He has: 1 posts

Joined: Oct 2007

Thanks for the information I was going to ask the same question.

Megan's picture

She has: 11,282 posts

Joined: Jun 1999

I used that site a lot and also w3schools. You'll also want to check the PHP manual and the mySQL manual.

They have: 17 posts

Joined: Oct 2007

PHP is easier to learn, but like MySQL, it's nothing to play around with as a hobby. Bad things happen if you don't secure your code -- hijackings is "nice" to having your site completely destroyed. So if you want to learn both, I really suggest that you take an online course that stresses more than just making "elegant" code, but grounds you in security. Online tutorials are no substitute for a thorough education of the "dos and don'ts".

A little php, a simple plugin, that isn't harden can literally wipe all your efforts overnight. Can't stress that enough.

There are a number of coding sites online that run self-help clinics. One site like that (with the most difficult programming language of them all -- C++) is http://www.gamedev.net. Yeah, it's aimed at the game industry, but that industry has to write secure code. It's a place to read on the "dos and don'ts", and get help from folks who's experience is more than just writing net code. Hang out there, and especially go through their recommended books section (and at least get yourself 2 books: current edition of a php security book; and a current edition of one on MySQL 4.1+ or better MySQL 5.x.x), to get yourself upto snuff on the correct way to approach coding. Learned more in one day at that site, than a week following tut links, despite it's market aim.

They have: 1 posts

Joined: Oct 2007

Thanks for the post.

They have: 1 posts

Joined: Nov 2011

Better you learn PHP or other wise... some one suggested you to take the help of Tizag, also you can use w3schools too...
Hope it will be useful to you.

samdackson's picture

They have: 7 posts

Joined: Apr 2011

Hi friends
I am also PHP learner. The information shared by you is beneficial for me.
Thanks for sharing this information.

They have: 28 posts

Joined: Jan 2012

http://www.w3schools.com/sql/sql_intro.asp
best tutotrals are avaiable at this site

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.