Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   what have i done wrong (http://www.bvlist.com/showthread.php?t=7898)




HUnter83 6th May 2012 15:08

what have i done wrong
 
http://i45.tinypic.com/9s74w6.jpg

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

line 44-49

Code:


', '') ?>
', '') ?>


joeroberts 6th May 2012 15:26

umm
PHP Code:

_() 

is Not a function?

HUnter83 6th May 2012 16:07

so how i get it to work ?

joeroberts 6th May 2012 16:20

use this
PHP 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>'?>
            <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>'?>
            <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>


HUnter83 6th May 2012 16:56

thanks joe appreciated

joeroberts 6th May 2012 17:19

:drink:thats what the
http://bvlist.com/images/styles/vers...ost_thanks.gif button
is for and your welcome.


All times are GMT +2. The time now is 11:25.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.