Hi.. can u please help me this question- After submit How to send textbox value to next page in PHP?
Regards,
Raj.
How to send textbox value to next page in PHP?
Moderator: General Moderators
-
rajkumar.shri
- Forum Newbie
- Posts: 5
- Joined: Mon Sep 15, 2008 1:56 am
Re: How to send textbox value to next page in PHP?
You can use sessions, cookies or $_GET variable (if value is short)
Re: How to send textbox value to next page in PHP?
If you are submitting the value from the one page to the next page.
Then you can easily get the post value from $_POST.
Otherwise , you can use sessions or cookies as said by Ziq.
Then you can easily get the post value from $_POST.
Otherwise , you can use sessions or cookies as said by Ziq.