Page 1 of 1

Form nescessary

Posted: Sat Jan 02, 2010 12:14 pm
by smallstorm
Dear some guides!
I am a newbie here.A form for help:
Description 1:
input type=text
input type=submit name=desc value=More Desc
input type=submit name=submit...
----------------------------------------------------
And click More step will be
Description 2:
input type=text
input type=submit name=desc value=More Desc
input type=submit name=submit...
----------------------------------------------------
And click More step will be
Description 3:
input type=text
input type=submit name=desc value=More Desc
input type=submit name=submit...
----------------------------------------------------and will be descr 4,5...etc

Re: Form nescessary

Posted: Sat Jan 02, 2010 1:41 pm
by AbraCadaver
What you have posted doesn't make a lot of sense, but if you're trying to pass the values from the first page to the second and then the first and second to the third etc. you could do it like this:

page 2,3,4,5,etc...

Code: Select all

session_start();
$_SESSION['page_vars'][] = $_POST;