Can you run a script (php, cgi, pl) and have it not change the url on the browser?
Printable View
Can you run a script (php, cgi, pl) and have it not change the url on the browser?
Only if it is included into the current file by a directive, in which case you're still really running the current script anyway.
You can use the XML HTTP object via javascript, to get data form the server without reloadingthe page. Check the Ajax link in my signature.