Posted by Alvaro G. Vicario on 07/05/06 18:58
*** Auddog escribió/wrote (Wed, 05 Jul 2006 17:06:17 GMT):
> couple of pages. When I go to the page all I get is a blank screen - no
> data from the database.
Enable error reporting in PHP. You can do it in php.ini or in a per-script
basis:
<?php
error_reporting(E_ALL);
?>
--
-+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
++ Mi sitio sobre programación web: http://bits.demogracia.com
+- Mi web de humor con rayos UVA: http://www.demogracia.com
--
[Back to original message]
|