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

[PHP-WIN] mystery line

2002-12-05 Thread jpirtle
Thanks for all your help. You were all right. I had a missing } at the bottom of the script. I'll count them closer next time. Thanks again. God bless us everyone. -- 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
, 2002 11:36 PM Subject: [PHP-WIN] mystery line > Please help: > > I'm working through PHP Fast & Easy Web Development tutorial book by Julie > C. Meloni. It's pretty good. But I've fat-fingered in a script > (Alllinone_form.php) and I get the following error. &g

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

[PHP-WIN] mystery line

2002-12-04 Thread jpirtle
Please help: I'm working through PHP Fast & Easy Web Development tutorial book by Julie C. Meloni. It's pretty good. But I've fat-fingered in a script (Alllinone_form.php) and I get the following error. Parse error: parse error in c:\program files\apache group\apache\htdocs\testing\allinone_for