RE: [PHP] Please Help Me ASAP

2009-04-10 Thread abdulazeez alugo
Date: Fri, 10 Apr 2009 08:33:10 +0530 From: usang...@gmail.com To: php-general@lists.php.net Subject: [PHP] Please Help Me ASAP Hello, I'm building my own website without any knowledge of PHP, i'm almost done with that..as my website works fine on my local server i:e WAMPSERVER 2.0

Re: [PHP] Please Help Me ASAP

2009-04-10 Thread Bipin Upadhyay
kunal sharma wrote: Hello, I'm building my own website without any knowledge of PHP, i'm almost done with that..as my website works fine on my local server i:e WAMPSERVER 2.0, but the same code is not working on server...n i'm rilli 'd of coz of that... The error is :PHP Parse error:

Re: [PHP] Please Help Me ASAP

2009-04-10 Thread Jignesh Thummar
whenever you want to print HTMLs in your code you don't need to call echo or print everytime. You can use plain HTML in your php code this way. ?php //php code ? your HTML code ?php //php code ? your HTML code or you can use HEREDOC to print long string ( http://in.php.net/types.string) -

[PHP] Please Help Me ASAP

2009-04-09 Thread kunal sharma
Hello, I'm building my own website without any knowledge of PHP, i'm almost done with that..as my website works fine on my local server i:e WAMPSERVER 2.0, but the same code is not working on server...n i'm rilli 'd of coz of that... The error is :PHP Parse error: syntax error, unexpected

Re: [PHP] Please Help Me ASAP

2009-04-09 Thread Jason Pruim
Jason Pruim On Apr 9, 2009, at 11:03 PM, kunal sharma usang...@gmail.com wrote: Hello, I'm building my own website without any knowledge of PHP, i'm almost done with that..as my website works fine on my local server i:e WAMPSERVER 2.0, but the same code is not working on server...n i'm