Hi,

I was just wondering if php is able to do the 'page post back function' like asp.net ? If possible, can someone guide me along with it or any site recommendations for reading up will be greatly appreciated. Thank you. :)

Regards,
heels

Recommended Answers

All 2 Replies

You set the form's action to <?php echo $_SERVER['PHP_SELF'] ?> . The page will post back to itself.

You set the form's action to <?php echo $_SERVER['PHP_SELF'] ?> . The page will post back to itself.

AH, thank you. :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.