On Thursday, March 29, 2001, at 04:58 PM, Scott Kalbach wrote:

> I have the individual queries in include files. It does the first 2 
> queries
> fine,but when it gets to the third, the value of $customer seems to be 
> gone,
> so I get no result for the rest of the query's. I looked in my scripts 
> but
> can't figure out any reason it would lose this value.
>
> Any ideas?

I'd check over between the last query that has a valid value of 
$customer and make sure that my code for <input type='hidden' 
name='customer' value='<? echo $customer; ?>' > is there. I have had a 
number of these to have to track down *grin*

HTH
Terry

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to