Re: [PHP-DB] Apache / PHP Page built from a MySQL Database Diplay Problems

2004-08-05 Thread Pablo M. Rivas
Hello Mitch, 1) Have you tried doing "SHOW SOURCE" in your browser? 2) Take a look at: http://www.php.net/manual/en/function.error-reporting.php Good luck! M> Here is the basic scenario: M> - Configuration data is gathered from Oracle servers then ftp'd to my M> apache / mysql serve

[PHP-DB] Apache / PHP Page built from a MySQL Database Diplay Problems

2004-08-05 Thread Mitch
Here is the basic scenario: - Configuration data is gathered from Oracle servers then ftp'd to my apache / mysql server. - The apache / mysql server receives the datafile from the Oracle clients and loads the data into a MySQL database. - The webpages are coded using PHP, SQL, and some JavaScrip