View Single Post
  #1  
Old 6th May 2012, 15:08
HUnter83 HUnter83 is offline
Senior Member
 
Join Date: Aug 2010
United Kingdom
Posts: 46
Default what have i done wrong
Click the image to open in full size.

Error - Fatal error: Call to undefined function _() in C:\AppServ\www\signup.php on line 45

line 44-49

Code:
</tr>
<tr><td align=left colspan=2>
<input type=checkbox name=rulesverify value=yes><? printf( _(' I Agree to have read the site rules page.'), '<a href="'.$GLOBALS['DEFAULTBASEURL'].'/rules.php" target=_blank font color=red>', '</a>') ?><br>
<input type=checkbox name=faqverify value=yes> <? printf( _('I Agree to read the %s FAQ %sbefore asking questions.'), '<a href='.$GLOBALS['DEFAULTBASEURL'].'/faq.php target=_blank font color=red>', '</a>') ?><br>
<input type=checkbox name=ageverify value=yes> <?= _('I am at least 14 years old..') ?></td></tr>
<tr><td colspan="2" align="center"><input type=submit value="Sign up!" style='height: 25px'></td></tr>
</table>
Reply With Quote