Hi,
Im trying to get a form to display using php
I have sonme code eg.
conditional code
if true then
echo ('<form
target="paypal" action="https://www.paypal.com/cgi-bin/webscr"
method="post">' );
etc
etc
When I runn it I get Parse error: parse error, unexpected T_STRING in
C:\Program Files\Apache Group\Apache2\h tdocs\Pages\mrw hois_sample.php on
line 24
Line 24 being the echo line
Any help appreciated..
-
Kev T
Im trying to get a form to display using php
I have sonme code eg.
conditional code
if true then
echo ('<form
target="paypal" action="https://www.paypal.com/cgi-bin/webscr"
method="post">' );
etc
etc
When I runn it I get Parse error: parse error, unexpected T_STRING in
C:\Program Files\Apache Group\Apache2\h tdocs\Pages\mrw hois_sample.php on
line 24
Line 24 being the echo line
Any help appreciated..
-
Kev T
Comment