To view the terms under which this email is distributed, please go to 
http://disclaimer.leedsmet.ac.uk/email.htm



On 23 December 2004 18:04, amol patil wrote:

> hallo Mike,
> 
> thanks for reply, but i want a bit more help, again

Please keep this on-list -- someone else may have time to reply before I can
(especially as I am about to go home for my tea and a well-earned sleep!).

> 
> i know these parse errors are generally typing mistakes ,
> 
> but i have checked for it , but still i am getting errors.
> 
> i have attached files  with  their codes , can you go through
> it to find what is going wrong
> 
> 
> Parse error: parse error, unexpected '<' in
> /home/dollar1/public_html/signup.php on line 263
> 
> 
> parse error, unexpected '<' in
> /home/dollar1/public_html/login.php on line 94
> 
> 
> Parse error: parse error, unexpected T_STRING in
> /home/dollar1/public_html/addfunds.php on line 91 then on 102
> 
> 
> 
> thank you.
> 
> 
> "Ford, Mike" <[EMAIL PROTECTED]> wrote:
> To view the terms under which this email is distributed,
> please go to http://disclaimer.leedsmet.ac.uk/email.htm
> 
> 
> 
> On 21 December 2004 07:58, amol patil wrote:
> 
> > hallo friend,
> > 
> > i have developed simple and small database website using php ,html
> > and java script. 
> > 
> > but i am getting these three parse errors on clicking ,
> > 
> > i have checked 3-4 imes on these line numbers, but there wasn't any
> > $ variable. php script is also correctly written.
> > what is this T_STRING error.
> > 
> > can you help me regarding this.
> > 
> > thank you.
> > 
> > errors:
> > 
> > Parse error: parse error, unexpected $ in
> > /home/dollar1/public_html/signup.php3 on line 379
> 
> $ in PHP's error messages represents the end of the file, so PHP has
> reached the end of signup.php3 when it's still expecting more
> program. This means you have an error somewhere in the preceding 378
> lines -- most likely a missing }. (If PHP was complaining about a
> variable reference, the message would refer to "unexpected
> T_VARIABLE".) 
> 
> 
> Cheers!
> 
> Mike
> 
> ---------------------------------------------------------------------
> Mike Ford, Electronic Information Services Adviser,
> Learning Support Services, Learning & Information Services,
> JG125, James Graham Building, Leeds Metropolitan University,
> Headingley Campus, LEEDS, LS6 3QS, United Kingdom
> Email: [EMAIL PROTECTED]
> Tel: +44 113 283 2600 extn 4730 Fax: +44 113 283 3211
> 
> 
> 
> Do you Yahoo!?
> Jazz up your holiday email with celebrity designs. Learn more.


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

Reply via email to