Slappy Smith wrote:
> 
> >Something along the lines of this?:
> >
> >"X-Powered-By: PHP/4.0.2-dev Content-type: text/html"
> >
> >If so, stick this at the top of your script(s):
> >
> >#!/path/to/php -q
> >
> >(obviously change the /path/to/php)
> 
> This is my error:
> 
> Warning: Sybase: Server message: Changed database context to 'foobar'.
> (severity 10, procedure N/A) in
> /home/httpd/html/foobar/foo.php3 on line 11
> 

If i recall correctly from searching the archives - that warning will
always show - just put an @sybase_connect() to supress it

-- 
PHP General 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