Re: [PHP-DB] 2nd Pair of eyes please

2011-01-27 Thread juju buddy
Good god, I'm just a beginning php programmer and my head already aches reading everyone's problems! lol. Great to see there are people out there who care and will help if need be!! On 27 January 2011 17:10, Donovan Brooke wrote: > Hello, > to respond to some of the comments/questions.. > > No,

Re: [PHP-DB] 2nd Pair of eyes please

2011-01-27 Thread Donovan Brooke
Hello, to respond to some of the comments/questions.. No, it wasn't parsing anything... and yes, I put ini_set('display_errors', 1); error_reporting(E_ALL | E_STRICT); at the top of the page. (as well as there is a custom built PHP management app that allows to turn on the display_errors.. whi

Re: [PHP-DB] 2nd Pair of eyes please

2011-01-27 Thread Karl DeSaulniers
On Jan 27, 2011, at 4:00 AM, Richard Quadling wrote: On 26 January 2011 23:52, Donovan Brooke wrote: [snip] print = ""; ^ Never mind, found it. :-/ Donovan -- D Brooke -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Cons

Re: [PHP-DB] 2nd Pair of eyes please

2011-01-27 Thread Richard Quadling
On 26 January 2011 23:52, Donovan Brooke wrote: > [snip] >> >> print = ""; > >        ^ > Never mind, found it. :-/ > > Donovan > > > -- > D Brooke > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Considering that the error is a pa

Re: [PHP-DB] 2nd Pair of eyes please

2011-01-26 Thread Donovan Brooke
[snip] print = ""; ^ Never mind, found it. :-/ Donovan -- D Brooke -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] 2nd Pair of eyes please

2011-01-26 Thread Daevid Vincent
> -Original Message- > From: Donovan Brooke [mailto:li...@euca.us] > Sent: Wednesday, January 26, 2011 2:35 PM > To: php-db@lists.php.net > Subject: [PHP-DB] 2nd Pair of eyes please > > O.K., I give up.. I can't seem to find why this breaks the page to > a point where nothing gets disp