RE: RE: [PHP] formtext

2003-03-03 Thread Jon Haworth
Hi Diksha, Please excuse the line wrapping in my last post - you may have to copy 'n' paste into a text editor to see it as it should be :-) Cheers Jon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: RE: [PHP] formtext

2003-03-03 Thread Jon Haworth
Hi Diksha, > Parse error: parse error, expecting `','' or `';'' in > /var/www/html/bdoi_change/f1.php on line 11 > > the code is: > > echo" > Please enter other login id: > "; You need to escape the quotes inside the string, or use single quotes to define it. Either this: echo "Please ente

RE: [PHP] formtext

2003-03-03 Thread Jon Haworth
Hi Diksha, > Parse error: parse error in /var/www/html/bdoi_change/f1.php on > line 10 > > > > > > > > Business Directory Of India > > You can't use HTML directly when you're inside a PHP block - het rid of the ""; // etc Cheers Jon -- PHP General Mailing List (http://www.php.net/

[PHP] formtext

2003-03-03 Thread DIKSHA NEEL
HI EVERYBODY, i was trying to put a text field in a form in my php script but it's giving me the following error: Parse error: parse error in /var/www/html/bdoi_change/f1.php on line 10 the code is as follows: Business Directory Of India Please enter other login id: echo ""; echo "Name

[PHP] formtext

2003-03-03 Thread DIKSHA NEEL
HI EVERYBODY, i was trying to put a text field in a form in my php script but it's giving me the following error: Parse error: parse error in /var/www/html/bdoi_change/f1.php on line 10 the code is as follows: Business Directory Of India Please enter other login id: echo ""; echo "Name