Gee...all I looked at were the semicolons and the braces (those are what I
mess up on the most).

I guess it's a good thing I mentioned the space in the endif!  It turns out
that if you use that syntax, you cannot have a space there.

Doug

At 01:19 PM 3/29/01 +0930, Timothy Aslat wrote:
>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]

Reply via email to