Go Back   Novahq.net Forum > phphq.Net > phphq.Net Forums
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-18-2007, 09:17 PM
DevilDog#1 is offline DevilDog#1

Join Date: Jul 2002
Posts: 7,040

PostBack from a PHP

Does PHP do POSTBACK like ASP.NET?
__________________








Quote:
If I don't do that doesn't mean I can't - DD#1
Reply With Quote
  #2  
Old 08-19-2007, 11:51 AM
JonM is offline JonM
Registered User

Join Date: Jun 2004
Posts: 2,156

What does postback do in asp.net?
Reply With Quote
  #3  
Old 08-19-2007, 12:23 PM
DevilDog#1 is offline DevilDog#1

Join Date: Jul 2002
Posts: 7,040

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.
__________________








Quote:
If I don't do that doesn't mean I can't - DD#1
Reply With Quote
  #4  
Old 08-19-2007, 12:54 PM
JonM is offline JonM
Registered User

Join Date: Jun 2004
Posts: 2,156

PHP Code:
$POST['name']; 
?
Reply With Quote
  #5  
Old 08-19-2007, 01:04 PM
DevilDog#1 is offline DevilDog#1

Join Date: Jul 2002
Posts: 7,040

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








Quote:
If I don't do that doesn't mean I can't - DD#1
Reply With Quote
  #6  
Old 08-19-2007, 01:36 PM
JonM is offline JonM
Registered User

Join Date: Jun 2004
Posts: 2,156

PHP Code:
mail(); 
I'm just not sure I follow. lol

PHP Code:
fwrite(); 
Reply With Quote
  #7  
Old 08-20-2007, 07:33 AM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,922

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.
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Php? atholon Web design and Programming 19 12-24-2008 10:11 AM
Php Help!! navysea| Web design and Programming 3 03-04-2005 06:27 PM
PHP-NUKE and PHP ~BLÃÐE~ phphq.Net Forums 9 01-19-2005 06:49 AM
PHP atholon Web design and Programming 16 07-21-2004 09:17 AM
php anyone? Surge Web design and Programming 7 07-26-2003 11:04 AM


All times are GMT -5. The time now is 02:46 AM.




Powered by vBulletin®