[PHP] Re: JavaScript vs. Header redirect

2002-05-22 Thread Hunter Vaughn
t obvious way I can see around this is simply to cause the client to redirect using JavaScript. Of course, the downside to this is that the user may have disabled scripting, but I'm working in a pretty closed environment, so I think I can avoid that contingency. I'm using 4

[PHP] JavaScript vs. Header redirect

2002-05-21 Thread Hunter Vaughn
Is there any reason I can't just use a JavaScript redirect from a PHP login handling script since I can't seem to get the header("Location: URL"); function to work? Any security concerns or anything else? As far as I can tell, all calls to header fail as soon as I attain variables based on a POS