I usually use the semicolon and it works fine.  In fact, if I recall, I get
an error anytime I don't include it.

-----Original Message-----
From: Blue Presley [mailto:[EMAIL PROTECTED]]
Sent: Sunday, October 13, 2002 3:42 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] PHP_SELF


your error is not with PHP_SELF, it's in your mysql query.. you don't put a
semicolon at the end of your statement..

$qu2             ="SELECT * FROM test_tabel ;"; should be

$qu2 = "select * from test_table";

anytime you receive the error you got, it's most likely due to a problem
with your Query.

blue




-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to