|
Posted by CyberDog on 08/02/05 05:17
MBS wrote:
> Hope that helps.
>
> The problem is that the HTML produced stops after the <body> tag. Also,
> looking at my MySQL log, I do not see that any connection was made.
Try using:
$dbcnx = mysql_connect('localhost', 'root', 'mypasswd') or die
(mysql_error());
....and see if it prints out anything.
Navigation:
[Reply to this message]
|