Krentenbol
03-27-2012, 04:21 PM
I've not really an idea how to do this. I know how to do it in PHP, but I need it dynamic
<input type="checkbox" name="facebook" value="1" />
if($_POST['facebook'] == 1)
echo "<input type='text' name='facebook_url' />";
Could someone tell me how I should do this.
Thanks.
<input type="checkbox" name="facebook" value="1" />
if($_POST['facebook'] == 1)
echo "<input type='text' name='facebook_url' />";
Could someone tell me how I should do this.
Thanks.