use $_POST[btnSend]; to use post method
- Original Message -
From: "Todd Cary" <[EMAIL PROTECTED]>
To:
Sent: Thursday, December 01, 2005 11:50 AM
Subject: [PHP] Using POST to pass variables
When I have more than one button on a page, I us what I call a ree
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
Is there a better way to do this so I can use a POST form?
Thank you...
Todd
--
PHP General Mailing List
Since you are on the same server, I hope you mean the same domain.
If not the session variable wouldnt work very well.
But if you infact are on the same domain, you should look into the session
variable and store everything you need. From what I know there are now
limits on how much you can store
Dennis Gearon wrote:
What I'm trying to achieve is to have the same cookie IDENTIFY a user on
different (or same) applications (on the same server), but require them
to log in for each application, and get a different session.. Basically,
to keep separate 'user trails and in process variables' f
Hi,
a cookie is path-specific - can that help you?
Frank
At 10:54 PM 8/23/2004, you wrote:
What I'm trying to achieve is to have the same cookie IDENTIFY a user on
different (or same) applications (on the same server), but require them to
log in for each application, and get a different session.
> What I'm trying to achieve is to have the same cookie IDENTIFY a user on
> different (or same) applications (on the same server), but require them
> to log in for each application, and get a different session.. Basically,
> to keep separate 'user trails and in process variables' for different
> t
Dennis Gearon wrote:
What I'm trying to achieve is to have the same cookie IDENTIFY a user on
different (or same) applications (on the same server), but require them
to log in for each application, and get a different session.. Basically,
to keep separate 'user trails and in process variables' f
Dennis Gearon wrote:
What I'm trying to achieve is to have the same cookie IDENTIFY a user
on different (or same) applications (on the same server), but require
them to log in for each application, and get a different session..
Basically, to keep separate 'user trails and in process variables' f
What I'm trying to achieve is to have the same cookie IDENTIFY a user on
different (or same) applications (on the same server), but require them
to log in for each application, and get a different session.. Basically,
to keep separate 'user trails and in process variables' for different
tabs or
Dennis Gearon wrote:
With get varaibles, it's possible to always have get variables on a
page, even without a form, by simply appending the Get variables to the
end of the URL.
Is there anyway to do the same with Post variables? For instance, a
javascript that onUnload submit, or something?
You
Dennis Gearon wrote:
With get varaibles, it's possible to always have get variables on a
page, even without a form, by simply appending the Get variables to
the end of the URL.
Is there anyway to do the same with Post variables? For instance, a
javascript that onUnload submit, or something?
You
With get varaibles, it's possible to always have get variables on a
page, even without a form, by simply appending the Get variables to the
end of the URL.
Is there anyway to do the same with Post variables? For instance, a
javascript that onUnload submit, or something?
--
PHP General Mailing
Hi guys,
I have assembled an XML file, encrypted it and now ready to pass it to an
outside server.
$encryptedXML file contains encrypted value of an XML file
How can I send the XML-(URL encoded) within the HTTPS-POST. The reason for
sending the cleartext XML URL encoded is to allow for the spec
> $fp = fsockopen('secure.aaa.com',443,&$err_num,&$err_msg);
Talking to an SSL server on port 443 is a bit more complicated than chatting
up an HTTP server on port 80.
You have to pre-negotiate your encryption algorithms and send some public
keys back and forth to generate some more public/priva
Hi,
I am developing a shopping-cart application and i need to
authorize the credit-card no. of the customer.
I need to use a post method thru my php-script a replica
of which I am giving below:
Script Start:
// Build the request string
$request.='cardnum='.urlencode("");
$re
15 matches
Mail list logo