Petra wrote:
> I just subsribed to this list with the hope you can help me.
We can try
<snip>
> echo("<P> Here are all the products in our database: </P>:); <<<<<<<< add a "
>before the ; here
>
> // Request the text of all the products
> $result = mysql_query(
> "select * from products"); !!!!!this is line 52!!!!!!
Your problem is the previous line, you are missing a " on the end of it
Cheers
Tim
--
| Disclaimer: | Timothy Aslat [EMAIL PROTECTED] |
| The sender of this email is a figment | http://www.goodiesruleok.com |
| of a deranged imagination and leaves it| Spyderweb Consulting |
| to your own devices to decide whose... | P: 82270800 M: 0401088479 |
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]