A
Anonymous
Guest
Hi,
echo mysql_connect('localhost', 'root', 'paradox',); i think the last comma is wrong, write: mysql_connect('localhost', 'root', 'paradox'); as long as you have a user 'root' with password 'paradox' defined in your mysql installation...
Regards
echo mysql_connect('localhost', 'root', 'paradox',); i think the last comma is wrong, write: mysql_connect('localhost', 'root', 'paradox'); as long as you have a user 'root' with password 'paradox' defined in your mysql installation...
Regards