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); ??
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); ??