Welcome Guest, Not a member yet? Register   Sign In
All form input values
#1

[eluser]freshface[/eluser]
Hi

Ist it possible to fetch all values of a form instead of doing it like this
Code:
$this->input-post('name');
#2

[eluser]Seppo[/eluser]
$_POST ?
#3

[eluser]Ebot Ndip-Agbor[/eluser]
$blah=$_POST['name'];
#4

[eluser]freshface[/eluser]
Thx Seppo, I thought I tried it thanks!




Theme © iAndrew 2016 - Forum software by © MyBB