MySQL Forums
Forum List  »  PHP

Re: Easy Help for someone well-versed in PHP
Posted by: Roland Bouman
Date: August 27, 2005 01:48PM

Look up the bit that goes:

OpenConnection()

and that ends with:

?>
<table width="780" cellspacing="1" cellpadding="3">

(actually it says

?&gt;

in the post, if your source code really literally says ?&gt; then change that into

?>

)

Now, put a

<?php

On the line before the OpenConnection() line:

<?php
OpenConnection()
...
..
?>
<table ..etc

and see if that helps.

Options: ReplyQuote


Subject
Written By
Posted
Re: Easy Help for someone well-versed in PHP
August 27, 2005 01:48PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.