Hello everyone. I need a page to be redirected after numerous if statements. I have the ifs done, but how should I go about relocating the page? I tried header(“Location: showimage.php?name=’.$filename.’”);, but the headers had been sent out already. And their sent before the page is even called, so no amout of moving it will do. I tried javascript, but I don’t know it and couldn’t figure out how to add the varible to it. I tried:
[FONT=Arial, Helvetica][SIZE=2]
window.location="[/SIZE][/FONT]showimage.php?name=<? '.$filename.' ?>[FONT=Arial, Helvetica][SIZE=2]";[/SIZE][/FONT]
But I can’t get it to parse the php. Any ideas?