Re: [PHP-WIN] mystery line

2002-12-06 Thread Stephen Edmonds
Windows Help List" <[EMAIL PROTECTED]> Sent: Friday, December 06, 2002 2:00 PM Subject: RE: [PHP-WIN] mystery line > > God bless us everyone. > > Will that make our programs free of bugs? > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscri

RE: [PHP-WIN] mystery line

2002-12-06 Thread Svensson, B.A.T. (HKG)
> God bless us everyone. Will that make our programs free of bugs? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] mystery line

2002-12-04 Thread Dash McElroy
Here's what I do: Page1.php submits info to page2.php. In page2.php: Viola. -Dash -Original Message- From: freeman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 12:56 AM To: PHP Windows Help List Subject: Re: [PHP-WIN] mystery line Can anyone tell me how to m

Re: [PHP-WIN] mystery line

2002-12-04 Thread freeman
Can anyone tell me how to make a script return to the prviose page. like say im doing a insert then i want it to auto return to the previose page? - Original Message - From: jpirtle <[EMAIL PROTECTED]> To: PHP Windows Help List <[EMAIL PROTECTED]> Sent: Wednesday, December 04, 2002 11:36 PM

Re: [PHP-WIN] mystery line

2002-12-04 Thread Leon
Hi This is probably something very simple like a missing '}'. Check that all functions are closed! You could even do a count on the '}' character and check that it returns an even no. though this is not fool-proof. Cheers jpirtle wrote: > Please help: > > I'm working through PHP Fast & Easy Web