[PHP-DB] POSTing page

2003-06-24 Thread Dillon, John
If someone POSTs information - using action=yourpage from theirpage (using a
copy of the form on yourpage - can you tell where what theirpage is, ie
where the information was POSTed from?

John





























http://www.cantor.com
CONFIDENTIAL: This e-mail, including its contents and attachments, if any, are 
confidential. If you are not the named recipient please notify the sender and 
immediately delete it. You may not disseminate, distribute, or forward this e-mail 
message or disclose its contents to anybody else. Copyright and any other intellectual 
property rights in its contents are the sole property of Cantor Fitzgerald.
 E-mail transmission cannot be guaranteed to be secure or error-free. The sender 
therefore does not accept liability for any errors or omissions in the contents of 
this message which arise as a result of e-mail transmission.  If verification is 
required please request a hard-copy version.
 Although we routinely screen for viruses, addressees should check this e-mail and 
any attachments for viruses. We make no representation or warranty as to the absence 
of viruses in this e-mail or any attachments. Please note that to ensure regulatory 
compliance and for the protection of our customers and business, we may monitor and 
read e-mails sent to and from our server(s). 

For further important information, please read the  Important Legal Information and 
Legal Statement at http://www.cantor.com/legal_information.html


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



RE: [PHP-DB] POSTing page

2003-06-24 Thread Hutchins, Richard
Not quite sure of all of your requirements, but check out
$_SERVER['HTTP_REFERER'] at the following location:

http://www.php.net/manual/en/reserved.variables.php

Make sure you read the notes on the variable because it might not work every
single time.

Hope this helps.

Rich

 -Original Message-
 From: Dillon, John [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, June 24, 2003 8:23 AM
 To: '[EMAIL PROTECTED]'
 Subject: [PHP-DB] POSTing page
 
 
 If someone POSTs information - using action=yourpage from 
 theirpage (using a
 copy of the form on yourpage - can you tell where what 
 theirpage is, ie
 where the information was POSTed from?
 
 John
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 http://www.cantor.com
 CONFIDENTIAL: This e-mail, including its contents and 
 attachments, if any, are confidential. If you are not the 
 named recipient please notify the sender and immediately 
 delete it. You may not disseminate, distribute, or forward 
 this e-mail message or disclose its contents to anybody else. 
 Copyright and any other intellectual property rights in its 
 contents are the sole property of Cantor Fitzgerald.
  E-mail transmission cannot be guaranteed to be secure or 
 error-free. The sender therefore does not accept liability 
 for any errors or omissions in the contents of this message 
 which arise as a result of e-mail transmission.  If 
 verification is required please request a hard-copy version.
  Although we routinely screen for viruses, addressees 
 should check this e-mail and any attachments for viruses. We 
 make no representation or warranty as to the absence of 
 viruses in this e-mail or any attachments. Please note that 
 to ensure regulatory compliance and for the protection of our 
 customers and business, we may monitor and read e-mails sent 
 to and from our server(s). 
 
 For further important information, please read the  Important 
 Legal Information and Legal Statement at 
 http://www.cantor.com/legal_information.html
 
 
 -- 
 PHP Database Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 

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



Re: [PHP-DB] POSTing page

2003-06-24 Thread Cristian MARIN
Read this first about the http_referer
http://www.datatrendsoftware.com/spoof.html

-- 
-
Cristian MARIN - Developer
InterAKT Online (www.interakt.ro)
Tel: +4021 312.53.12
Tel/Fax:  +4021 312.51.91
[EMAIL PROTECTED]
Richard Hutchins [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
Not quite sure of all of your requirements, but check out
$_SERVER['HTTP_REFERER'] at the following location:

http://www.php.net/manual/en/reserved.variables.php

Make sure you read the notes on the variable because it might not work every
single time.

Hope this helps.

Rich

 -Original Message-
 From: Dillon, John [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, June 24, 2003 8:23 AM
 To: '[EMAIL PROTECTED]'
 Subject: [PHP-DB] POSTing page


 If someone POSTs information - using action=yourpage from
 theirpage (using a
 copy of the form on yourpage - can you tell where what
 theirpage is, ie
 where the information was POSTed from?

 John





























 http://www.cantor.com
 CONFIDENTIAL: This e-mail, including its contents and
 attachments, if any, are confidential. If you are not the
 named recipient please notify the sender and immediately
 delete it. You may not disseminate, distribute, or forward
 this e-mail message or disclose its contents to anybody else.
 Copyright and any other intellectual property rights in its
 contents are the sole property of Cantor Fitzgerald.
  E-mail transmission cannot be guaranteed to be secure or
 error-free. The sender therefore does not accept liability
 for any errors or omissions in the contents of this message
 which arise as a result of e-mail transmission.  If
 verification is required please request a hard-copy version.
  Although we routinely screen for viruses, addressees
 should check this e-mail and any attachments for viruses. We
 make no representation or warranty as to the absence of
 viruses in this e-mail or any attachments. Please note that
 to ensure regulatory compliance and for the protection of our
 customers and business, we may monitor and read e-mails sent
 to and from our server(s).

 For further important information, please read the  Important
 Legal Information and Legal Statement at
 http://www.cantor.com/legal_information.html


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




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