Jump to content

[SOLVED] Need to send & through url but not for $_GET['']


iarp

Recommended Posts

As per the title. I was going to do something along these lines:

<?php
		$str     = $row1['key_name'];
		$order   = array("&");
		$replace = '';
		$newstr = str_replace($order, $replace, $str);
?>

 

But i don't know what to place in $replace that will go through a $_GET request without breaking up, and then on the receiving end undo the str_replace back to &

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.