hello
i wanted to know if i already created a database with ABVFP and now with some help of a script (.php) i can aquer the information to my web page ?
i tried to run a check up for that with this script :
<?php mysql_connect("host", "user", "password") or die(mysql_error()); echo "Connected to MySQL<br />"; ?>
and it denies intry always
any one ?
i wanted to know if i already created a database with ABVFP and now with some help of a script (.php) i can aquer the information to my web page ?
i tried to run a check up for that with this script :
<?php mysql_connect("host", "user", "password") or die(mysql_error()); echo "Connected to MySQL<br />"; ?>
and it denies intry always
any one ?
Comment