Re: Easy Help for someone well-versed in PHP
Look up the bit that goes:
OpenConnection()
and that ends with:
?>
<table width="780" cellspacing="1" cellpadding="3">
(actually it says
?>
in the post, if your source code really literally says ?> then change that into
?>
)
Now, put a
<?php
On the line before the OpenConnection() line:
<?php
OpenConnection()
...
..
?>
<table ..etc
and see if that helps.
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.