Jump to content

Can php code be used to hide the url in the web browser?


jej1216

Recommended Posts

If you mean when a new window is opened (popup) and you want to hide all the browser buttons, no, you cannot do it with Php. Since the browser is installed on the client computer, the control over it is client-side, and php is a server-side language, therefor, you need to use javascript to open a popup.

 

Hope this helps

I agree with what WebStyles replied. You may also want to encode your url such as it wont read the actual path of the domain. create a mdhash then pass it thru post method or get method then also create a session and expire it once used.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.