[PHP] Please stop me from tearing my hair out.

2008-06-19 Thread Byron
Right. I'm getting this error from the following code : *Parse error*: syntax error, unexpected '}' in *C:\wamp\www\achillesweb2\install.php* on line *39 *and I can figure there's probably a bunch of others. If anyone wouldn't mind giving this a read over that'd be really helpful. Feel free to chip

Re: [PHP] Please stop me from tearing my hair out.

2008-06-19 Thread Richard Heyes
Byron wrote: Right. I'm getting this error from the following code : *Parse error*: syntax error, unexpected '}' in *C:\wamp\www\achillesweb2\install.php* on line *39 *and I can figure there's probably a bunch of others. If anyone wouldn't mind giving this a read over that'd be really helpful. Fe

[Fwd: Re: [PHP] Please stop me from tearing my hair out.]

2008-06-19 Thread Richard Heyes
Fowarded message. -- Richard Heyes --- Begin Message --- now it says this? *Parse error*: syntax error, unexpected '=', expecting ',' or ';' in *C:\wamp\www\achillesweb2\functions.php* on line *14 ?.? * On Thu, Jun 19, 2008 at 10:45 PM, Byron <[EMAIL PROTECTED]> wrote: > okay, so i got static an

Re: [Fwd: Re: [PHP] Please stop me from tearing my hair out.]

2008-06-19 Thread Robert Cummings
On Thu, 2008-06-19 at 12:33 +0100, Richard Heyes wrote: > Fowarded message. > > email message attachment (Re: [PHP] Please stop me from tearing my > hair out..eml) > > Forwarded Message > > From: Byron <[EMAIL PROTECTED]> > > To: [EMAIL PROT

Re: [Fwd: Re: [PHP] Please stop me from tearing my hair out.]

2008-06-19 Thread James Ausmus
On Thu, Jun 19, 2008 at 7:54 AM, Robert Cummings <[EMAIL PROTECTED]> wrote: > Ummm, yes it is :) Static variables have persistence beyond the function > call and thus beyond the function scope itself. Umm, no it's not. Static variables have persistence, but are scoped just like normal variables

Re: [Fwd: Re: [PHP] Please stop me from tearing my hair out.]

2008-06-19 Thread Robert Cummings
On Thu, 2008-06-19 at 10:53 -0700, James Ausmus wrote: > On Thu, Jun 19, 2008 at 7:54 AM, Robert Cummings <[EMAIL PROTECTED]> wrote: > > > Ummm, yes it is :) Static variables have persistence beyond the function > > call and thus beyond the function scope itself. > > > Umm, no it's not. Static v