Novahq.net Forum

Novahq.net Forum (https://novahq.net/forum/index.php)
-   phphq.Net Forums (https://novahq.net/forum/forumdisplay.php?f=277)
-   -   PostBack from a PHP (https://novahq.net/forum/showthread.php?t=39389)

DevilDog#1 08-18-2007 09:17 PM

PostBack from a PHP
 
Does PHP do POSTBACK like ASP.NET?

JonM 08-19-2007 11:51 AM

What does postback do in asp.net?

DevilDog#1 08-19-2007 12:23 PM

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.

JonM 08-19-2007 12:54 PM

PHP Code:

$POST['name']; 

?

DevilDog#1 08-19-2007 01:04 PM

No, this POST is via a function to a page/email and not to a DB, right now... But the concept is similar.

JonM 08-19-2007 01:36 PM

PHP Code:

mail(); 

I'm just not sure I follow. lol

PHP Code:

fwrite(); 


Scott 08-20-2007 07:33 AM

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®