Jump to content

[SOLVED] Header does not wnat to pass whole variable


GrayFox12

Recommended Posts

I have switched iis server for my project.  My headers are not working correctly now, here is a header that works fine using apache

 

$l = $_GET['LOwner'];

header ('Location: http://localhost:82/SLR/LightOwnerForm.php?option=l&val='.$l.' ') ;

 

This worked fine, now it doesnt.

 

I have checked value in $l it has e.g "Cameron House" in it.  When i check what its passing it only has "Cameron",  its not filling in the space, what do i do?

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.