gregor weertman
Programmer
I'm trying to extract records with php from html page.
html:
<A HREF="extract.php">
php:
mysql_connect( "localhost", "root", "");
when I do it with the explorer the script seems to stop
after the mysql_connect command.
when I execute:
php extract.php I get my result ok.
whats the solution?
html:
<A HREF="extract.php">
php:
mysql_connect( "localhost", "root", "");
when I do it with the explorer the script seems to stop
after the mysql_connect command.
when I execute:
php extract.php I get my result ok.
whats the solution?