PDA

View Full Version : My sql and php


Neodragon
04-13-2001, 04:58 PM
I've never had to use sql before and I was wondering if someone can tell me a little about it, and what I can do with it?

xharine
04-14-2001, 01:50 AM
PHP is a backend language and MySQL is a database. (correct me if I am wrong here). PHP is used to control an MySQL database and it's similiar to other backend languages like ASP and Perl.

You can use PHP to create forums like this one here or guestbooks, and tons of other cool stuff.

You can read more about PHP at http://www.hotscripts.com where free PHP scripts and programs are available.