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






ap1106 posted this at 21:17—8th September 2007.
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
FireFox2
Dreamfall Hosting - Free Web Hosting
esm posted this at 21:26—8th September 2007.
They have: 6 posts
Joined: Aug 2007
Thanks a lot!
rekha posted this at 14:21—22nd September 2007.
They have: 10 posts
Joined: Sep 2007
yes, tizag was helpful here as well
mrpdl posted this at 20:06—23rd October 2007.
He has: 1 posts
Joined: Oct 2007
Thanks for the information I was going to ask the same question.
Megan posted this at 20:13—23rd October 2007.
She has: 10,037 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.
Megan
My web design blog
NiteWatcher posted this at 06:25—24th October 2007.
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.
WebmastersHeart posted this at 19:25—31st October 2007.
They have: 1 posts
Joined: Oct 2007
Thanks for the post.