Welcome Guest, Not a member yet? Register   Sign In
synchronise $_post and $_files
#3

[eluser]umefarooq[/eluser]
yes you can do the textfields using name as array for example <input type="text" name="comment[]" /> than you can get the array in post like this $_POST['comment'] best way to check that you data is in array or not is to use like this print_r($_POST['comment']); it will sure work.


Messages In This Thread
synchronise $_post and $_files - by El Forum - 01-27-2009, 08:53 AM
synchronise $_post and $_files - by El Forum - 01-27-2009, 10:11 AM
synchronise $_post and $_files - by El Forum - 01-27-2009, 01:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB