Asim wrote:
Hi
in my script when i scan whole table for result set to display in my page it shows warning that suggest me to use EXPLAIN statement but i donot need it as i have to show records on page how to avoid this warning? Bye

Asim Jamil  - 0092 345 4025907, Pakistan
---------------------------------
Shape Yahoo! in your own image.  Join our Network Research Panel today!
If it is a PHP Warning you could use error_reporting()

http://www.php.net/manual/en/function.error-reporting.php

If it is a DB Warning you should seek how to control the Warnings|Errors, depending on the DB look for the error functions.

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

Reply via email to