php post data problem...

Status
Not open for further replies.

tweety_bird_bunny

Journeyman
i have just started learnin php..
at one point i make the user select a value from drop down select list..... and use post method to submit the data futher to web pages..
however the post data lives thru only one call, n to keep it valid bw other url calls, i have to include a post form in each of the webpage n include dat data as hidden to pass it further..
how can i keep the post data valid thru the various url calls...
it der any function to direclty jump to any url ??? like if(condition) then JUMP(url); ??
 

dilshadhussain

Right off the assembly line
i have just started learnin php..
at one point i make the user select a value from drop down select list..... and use post method to submit the data futher to web pages..
however the post data lives thru only one call, n to keep it valid bw other url calls, i have to include a post form in each of the webpage n include dat data as hidden to pass it further..
how can i keep the post data valid thru the various url calls...
it der any function to direclty jump to any url ??? like if(condition) then JUMP(url); ??

You can use java script for it. or save it to an xml and call it on the recquired page.
 
Status
Not open for further replies.
Top Bottom