ballhogjoni Posted July 3, 2007 Share Posted July 3, 2007 Parse error: syntax error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in /home/realfina/public_html/thediaperbakery/left_nav.php on line 62 can someone tell what is wrong with line 62: <tr> <td class="style14" align="center" > <a href="<?php echo $1st_bday_Cakes_URL;?>"><?php echo $1st_bday_Cakes;?></a><!-- line 62 --> <hr> </td> </tr> Link to comment https://forums.phpfreaks.com/topic/58256-syntax-error/ Share on other sites More sharing options...
AndyB Posted July 3, 2007 Share Posted July 3, 2007 http://ca.php.net/manual/en/language.variables.php variable names start with a letter or an underscore .... I'll leave the rest to you. Link to comment https://forums.phpfreaks.com/topic/58256-syntax-error/#findComment-288829 Share on other sites More sharing options...
ballhogjoni Posted July 3, 2007 Author Share Posted July 3, 2007 where have my skillz gone to. Thanks Link to comment https://forums.phpfreaks.com/topic/58256-syntax-error/#findComment-288833 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.