Re: [PHP-DB] Re: Formatting

2012-11-26 Thread Karl DeSaulniers
Ethan, is this valid PHP? What is the ampersand for? What is it doing? Just curious. $args[] = $_POST[$k]; // Note the addition of the ampersand here Karl On Nov 26, 2012, at 12:14 AM, Matt Pelmear wrote: FYI, this really is not the appropriate mailing list for these types of questions.

RE: [PHP-DB] Re: Formatting

2012-11-26 Thread Ford, Mike
-Original Message- From: Karl DeSaulniers [mailto:k...@designdrumm.com] Sent: 26 November 2012 08:48 To: php-db@lists.php.net Subject: Re: [PHP-DB] Re: Formatting Ethan, is this valid PHP? What is the ampersand for? What is it doing? Just curious. $args[] = $_POST[$k]; // Note

Re: [PHP-DB] Re: Formatting

2012-11-25 Thread Ethan Rosenberg, PhD
List - Any more ideas. = Keep on debugging jg Jim - I've been at this for a few weeks, and am stuck. Thanks for all your help. Ethan + On Nov 25, 2012, at 1:59 PM, Ethan Rosenberg, PhD erosenb...@hygeiabiomedical.com wrote: On 11/25/2012 12:56 PM, Jim Giner wrote: On

Re: [PHP-DB] Re: Formatting

2012-11-25 Thread Karl DeSaulniers
On Nov 25, 2012, at 11:56 AM, Jim Giner wrote: On 11/25/2012 12:46 PM, Ethan Rosenberg, PhD wrote: Dear list - When I run the following code, the results are preceded by at least one screen full of blank lines. I am showing you a large code block since I do not know where the error is:

Re: [PHP-DB] Re: Formatting

2012-11-25 Thread tamouse mailing lists
On Sun, Nov 25, 2012 at 4:40 PM, Karl DeSaulniers k...@designdrumm.com wrote: Your also using a combination of th and td. I am thinking that you have columns and that they lay next to each other. Lose the th and just use td Hmm, well, no, it looks like the table header columns are in fact just

Re: [PHP-DB] Re: Formatting

2012-11-25 Thread Karl DeSaulniers
On Nov 25, 2012, at 6:25 PM, tamouse mailing lists wrote: On Sun, Nov 25, 2012 at 4:40 PM, Karl DeSaulniers k...@designdrumm.com wrote: Your also using a combination of th and td. I am thinking that you have columns and that they lay next to each other. Lose the th and just use td Hmm,

Re: [PHP-DB] Re: Formatting

2012-11-25 Thread Jim Giner
On 11/25/2012 5:39 PM, Ethan Rosenberg, PhD wrote: List - Any more ideas. = Keep on debugging jg Jim - I've been at this for a few weeks, and am stuck. Thanks for all your help. Ethan + On Nov 25, 2012, at 1:59 PM, Ethan Rosenberg, PhD erosenb...@hygeiabiomedical.com wrote:

Re: [PHP-DB] Re: Formatting

2012-11-25 Thread Matt Pelmear
FYI, this really is not the appropriate mailing list for these types of questions. Are you positive they are empty lines? i.e., are they in the html code of the page, or only appear as empty space in the rendered page? If they are just in the rendered page, in addition to losing the /div in