How should I write the $location variable into the header line? Right now it finds nothing... Blank adress bar...
Here's what I have so far:
$location='/ad?ad_id='.$id_nr;
Header( "Location: $location" );
BTW, this is on my computer, virtual server, the adress is absolute!
It works without the ?ad_id=.$id_nr part!