barnettgs
08-21-2003, 12:30 AM
Sorry for newbie question but it puzzles me to see mySQL and PHP separated in forum. Why is that?
I always thought PHP is related to mySQL but you need mySQL for PHP to work with? Or am i wrong??!! :confused:
Spookster
08-21-2003, 01:15 AM
PHP can work with many different database systems. MySQL can work with many different languages like ASP, JSP and Perl as well as PHP. Most people use PHP and MySQL together as they both are free and usually come standard on most webhosts.
SDP2006
08-21-2003, 09:40 PM
PHP & MySQL are "integrated."
PHP can be used without MySQL and MySQL can be used without PHP.
PHP incorporates MySQL so it makes it a little easier to use.
P.S. This is my opinion
Jason
08-21-2003, 10:26 PM
PHP incorporates pgSql too....;-) and thats what I use...but they are all similar...
Jason