Location() function.
Brought to you by:
bumbler
Noticed that an & is appended to the end of the url
when this function is used. Is there a reason this is
happening? If not can you add this line of code to the
source or do whatever you need to in order to remove
that &? =)
Thanks.
//-- if the last character of the $location var is an & strip
it.
$location = preg_replace('/&$/','',$location);