Re: Fwd: Fwd: Re: [PHP] goto - My comments

2010-12-30 Thread Ethan Rosenberg
At 02:38 PM 12/27/2010, Jim Lucas wrote: On 12/27/2010 10:42 AM, Ethan Rosenberg wrote: snip Now, here is the real puzzler The purpose of this routine is to be able to have two(2) forms on one page,but not simultaneously.Additionally, l do not wish to call a separate program every

Re: Fwd: Fwd: Re: [PHP] goto - My comments

2010-12-27 Thread Jim Lucas
On 12/27/2010 10:42 AM, Ethan Rosenberg wrote: Jim - Thank you ever so much. At 01:58 PM 12/24/2010, you wrote: Here you are using two different arrays. Yes, I know, they are basically the same, but they are truly not the same. In your case, use $_POST This is what I used. As per

Re: Fwd: Fwd: Re: [PHP] goto - My comments

2010-12-24 Thread Jim Lucas
On 12/23/2010 10:39 AM, Ethan Rosenberg, PhD wrote: Jim - Thanks ever so much! Here is the code I used, as you suggested. == $query = select * from Intake3 where ; Maybe I missed it, but you need to have a 1 after the where part in your select. So... $query = SELECT * FROM