Jump to content

My page renders blank when calling mysql_connect();


GrahamWong

Recommended Posts

Hi. I am running Windows 2003 server with latest PHP.

Here is my php file contents:

start
<?php
echo "hello"
$con = mysql_connect();
?>

It should show "start hello" when executed, but instead it shows a blank page when I add the line

$con = mysql_connect();

Anyone know what is happening? Is there a log somewhere?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.