Is this List for explaining trivial PHP-coding???
ingo baab
phobo schrieb:
> use the mysql functions. - see www.php.net/mysql.
> if you're on windows (i assume, since you're on this list), mysql functions
> are built in.
>
> in a nut shell :
>
> > $row = 1;
> > $fp = fopen ("test.txt","r");
>
>
use the mysql functions. - see www.php.net/mysql.
if you're on windows (i assume, since you're on this list), mysql functions
are built in.
in a nut shell :
> $row = 1;
> $fp = fopen ("test.txt","r");
$con = mysql_connect(-mysql_server_ip-, -username-, -password-);
$con = mysql_select_db (-da