[PHP] Re: Using POST to pass variables

2005-12-01 Thread David Robley
Todd Cary wrote: > Except this passes the "message" in the URL. Is there a way to pass > variables as a POST (not in the URL)? If you use the POST method, the message won't be passed in the URL - unless there is something you aren't telling us :-) > > I have a class that creates a new socket, h

[PHP] Re: Using POST to pass variables

2005-11-30 Thread Todd Cary
Except this passes the "message" in the URL. Is there a way to pass variables as a POST (not in the URL)? I have a class that creates a new socket, however on my client's shared server, the creation of sockets is not allowed. With a new socket, I am able to pass the variable information via

[PHP] Re: Using POST to pass variables

2005-11-30 Thread David Robley
Todd Cary wrote: > When I have more than one button on a page, I us what I call a reentrant > approach. That is the page calls itself. > > If the page is emailer.pgp, the the FORM tag would be > > > > At the top is > > $send= $_GET[btnSend]; // Send button pressed >$cancel = $_