hii guys i have a small problem.i have a page with parameters passed in url .i use POST method in the page and action=PHP_SELF . After submissions i want to return to same page .But the parameters in URL are causing probs.So how to get this done..
php form return page request_uri
Collapse
X
-
Tags: None
-
the prob is that ,i am passing few variables by url to a page which is a form and the submit action needs to be set something like tht so that it come to same page after submitting.I tried request_uri also but it comes to the page with no action.URL is what i need but its not executing when i use REQUEST_URI.... ..Hope i am clearComment
Comment