When I use this for example:
$link = mysql_connect(localhost, 'login', 'password')
or die('connection failed');
Nothing seems to work...
I use a Win32(98) Apache server and php4.0.0 win32 server with mysql dll's loaded, my mysql server is okay and I installed myODBC, but when I try the example on the top I get this in my source:
"<html>
<body>"
And then it's broken off where the <?php ?> script starts...
Please can someone help me
$link = mysql_connect(localhost, 'login', 'password')
or die('connection failed');
Nothing seems to work...
I use a Win32(98) Apache server and php4.0.0 win32 server with mysql dll's loaded, my mysql server is okay and I installed myODBC, but when I try the example on the top I get this in my source:
"<html>
<body>"
And then it's broken off where the <?php ?> script starts...
Please can someone help me