Re: [PHP] Need socket help!!!

2001-02-23 Thread Richard Lynch
> Now I cannot go any further. > I need to go to a page, password.php!! > All efforts give an error message. What error message? Would it perchance, be the one about "headers already sent"? You need to *NOT* have *ANY* output to the browser before you attempt to do: header("Location: password.p

[PHP] Need socket help!!!

2001-02-23 Thread Todd Cary
This is the first time I have used a new socket connection to send header data *and* then retireve the echoed string. This works fine. I get the result string and I am able to parse out the first element, which is the status code. Now here is where I am stuck! I cannot go to another page! I h