>Hi all. Im getting the above mentioned error: *Parse error*: parse 
>error, unexpected $ in *c:\program files\apache 
>group\apache\htdocs\login.php* on line *38* when I try to view the page 
>I just created. As a forewarning, I am very new to PHP, so I may have 
>done something stupid, and if it matters, I am also using windows, not 
>*nix. Any help with this would be greatly appreciated.

You kinda gotta show us line 38, and the lines before it...

Wild Guess would be a missing ; in the line *BEFORE* 38.
Second choice would be a missing } somewhere, or a missing quote.

Consider looking into configuring your editor to "syntax-highlight" your PHP
for you.

-- 
Like Music?  http://l-i-e.com/artists.htm


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to