In response to all of you wonderful people:

Leif, yes and no... I've tried all kind of URLs

Ernest, I think you're on the right track here... I'll try that.

Kyle, no... I made those errors in the past, so now I make sure I don't
(again :)

Chris, I tend to forget to append the / after the URL so thanks 4 that.
In the other hand, yes... the echo works fine. Now, I don't really know
what you mean by "snoop the HTTP traffic" but if it has something to do
with the server, then no I can't...

Thanks all of you... I'll try these things...

Cesar L. Aracena
[EMAIL PROTECTED]
[EMAIL PROTECTED]
(0299) 156-356688
Neuquén (8300) Capital
Argentina


-----Mensaje original-----
De: Cesar Aracena [mailto:[EMAIL PROTECTED]] 
Enviado el: domingo, 24 de noviembre de 2002 23:06
Para: [EMAIL PROTECTED]
Asunto: [PHP] What is wrong here?

Hi all,

I'm making a site which will reside in a remote server and had several
problems... most of them where solved once I saw that register_globals
are OFF, but now I don’t know which other settings are affecting my
scripts. I have trouble with header("Location... because the browser is
NOT redirected. If I set an echo statement after I detected that the
username and password using $_POST[""], the echo goes OK but if I
comment the echo and un-comment the 

header("Location: http://www.domainname.com";);
exit;

nothing happens... and no, there isn't anything before that... what can
be wrong? Thanks in advance,

Cesar L. Aracena
[EMAIL PROTECTED]
[EMAIL PROTECTED]
(0299) 156-356688
Neuquén (8300) Capital
Argentina




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to