Hi,
Can someone possibly assist me in finding the error in the following:
echo "<p><strong>".( $i+1).". Login: ";
I get the following error returned when doing a syntax check
PHP Parse error: parse error, unexpected '>' in c:\wayne\result s.php on
line 37
I am using the SAMS PHP and Mysql Web Development book's example on
page 231 if that helps any.
--
Wayne
Can someone possibly assist me in finding the error in the following:
echo "<p><strong>".( $i+1).". Login: ";
I get the following error returned when doing a syntax check
PHP Parse error: parse error, unexpected '>' in c:\wayne\result s.php on
line 37
I am using the SAMS PHP and Mysql Web Development book's example on
page 231 if that helps any.
--
Wayne
Comment