Re: [PHP] displaying database output in a table

2010-05-27 Thread Ashley Sheridan
On Thu, 2010-05-27 at 17:59 -0400, Adam Richardson wrote: > On Thu, May 27, 2010 at 5:47 PM, David Mehler wrote: > > > Hello Everyone, > > Thanks for all your suggestions. Unfortunately, I've replaced > > require_once with include_once and require with include in all the > > documents, I'm still

Re: [PHP] displaying database output in a table

2010-05-27 Thread Adam Richardson
On Thu, May 27, 2010 at 5:47 PM, David Mehler wrote: > Hello Everyone, > Thanks for all your suggestions. Unfortunately, I've replaced > require_once with include_once and require with include in all the > documents, I'm still not having any luck. > Thanks. > Dave. > > > On 5/27/10, Bob McConnell

Re: [PHP] displaying database output in a table

2010-05-27 Thread David Mehler
Hello Everyone, Thanks for all your suggestions. Unfortunately, I've replaced require_once with include_once and require with include in all the documents, I'm still not having any luck. Thanks. Dave. On 5/27/10, Bob McConnell wrote: > From: Philip Thompson > >> On May 25, 2010, at 8:27 PM, Davi

RE: [PHP] displaying database output in a table

2010-05-27 Thread Bob McConnell
From: Philip Thompson > On May 25, 2010, at 8:27 PM, David Mehler wrote: > >> Hello, >> I'm trying to display mysql database output in a formatted table. My >> problem is i'm getting a blank screen with no errors. I've got >> debugging on, and have run the cli php on this file which produces no >

Re: [PHP] displaying database output in a table

2010-05-27 Thread Ashley Sheridan
On Thu, 2010-05-27 at 13:16 -0500, Philip Thompson wrote: > On May 25, 2010, at 8:27 PM, David Mehler wrote: > > > Hello, > > I'm trying to display mysql database output in a formatted table. My > > problem is i'm getting a blank screen with no errors. I've got > > debugging on, and have run the

Re: [PHP] displaying database output in a table

2010-05-27 Thread Philip Thompson
On May 25, 2010, at 8:27 PM, David Mehler wrote: > Hello, > I'm trying to display mysql database output in a formatted table. My > problem is i'm getting a blank screen with no errors. I've got > debugging on, and have run the cli php on this file which produces no > errors either, but neither doe

Re: [PHP] displaying database output in a table

2010-05-26 Thread tedd
At 9:27 PM -0400 5/25/10, David Mehler wrote: I'm trying to display mysql database output in a formatted table. My problem is i'm getting a blank screen with no errors. -snip- Not that this is the problem, but "@" suppresses error reporting. Cheers, tedd -- --- http://sperling.com ht

Re: [PHP] displaying database output in a table

2010-05-25 Thread Adam Richardson
On Tue, May 25, 2010 at 9:27 PM, David Mehler wrote: > Hello, > I'm trying to display mysql database output in a formatted table. My > problem is i'm getting a blank screen with no errors. I've got > debugging on, and have run the cli php on this file which produces no > errors either, but neithe

Re: [PHP] displaying database output in a table

2010-05-25 Thread Ashley Sheridan
On Tue, 2010-05-25 at 21:27 -0400, David Mehler wrote: > Hello, > I'm trying to display mysql database output in a formatted table. My > problem is i'm getting a blank screen with no errors. I've got > debugging on, and have run the cli php on this file which produces no > errors either, but neith

[PHP] displaying database output in a table

2010-05-25 Thread David Mehler
Hello, I'm trying to display mysql database output in a formatted table. My problem is i'm getting a blank screen with no errors. I've got debugging on, and have run the cli php on this file which produces no errors either, but neither does it give me any output. My eventual goal is to select the t