![]() |
PostBack from a PHP
Does PHP do POSTBACK like ASP.NET?
|
What does postback do in asp.net?
|
I use it to get feedback from visitors on site and to get back registration info on my work related site. They do not auto registration.
|
PHP Code:
|
No, this POST is via a function to a page/email and not to a DB, right now... But the concept is similar.
|
PHP Code:
PHP Code:
|
If you just want to keep transferring the info from one page to another (maybe a multi page registration?) then use $_POST['field'] and include hidden fields for each value. You could also hold the $_POST in a session to retrieve it later.
sounds like what do post back means. |
All times are GMT -5. The time now is 02:33 PM. |
Powered by vBulletin®