Jump to content

Using ; instead of & in URLS


WorldDrknss

Recommended Posts

I am trying to use ; instead of & in my url strings.

I set the arg_separator using

ini_set('arg_separator.output', ';');

and checked to make sure it has changed using

echo(ini_get('arg_separator.output'));

but passing urls like http://domain.tld/?admin=news;sa=new does not work.

And yes I am using

$_GET['sa']

in my scripts.

Link to comment
https://forums.phpfreaks.com/topic/67012-using-instead-of-in-urls/
Share on other sites

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.