soujanya
Joined: 23 Feb 2009 Posts: 27
|
Posted: Tue May 12, 2009 9:55 am Post subject: |
|
|
| hi , we can use the $_SERVER[’PHP_SELF’] to submit the form to the same url, also we can use $_SERVER['REQUEST_URI'] to the get the current url along with the file name , directories and variables appeneded , also we can use $_SERVER[’SCRIPT_NAME’] it returns only the file name regardless of if it was typed, not typed, or anything was appended to it. |
|