Jump to content

Please Help me

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Polydeukis

Polydeukis

    Newbie

  • Members
  • Pip
  • 1 posts
Hello, I am sorry in advance if I haven't post in the right Thread.

Could anyone help me with the following:
How can I see the address that my comments are send when I use a form (where we usually put our Name and email address) and we press the "Send" button.

Excuse my English. I am not sure if a let you understand.

For example look the following link to understand what forms I am talking about www . ketselidis . gr / contact.asp (remove the blanks, It's in Greek). Is there a software or another way to see where my data is going?

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
No. The email address is only known by the server.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
DarkLordoftheMonkeys

DarkLordoftheMonkeys

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 255 posts
The only way you can tell what address the form information i being sent to is by looking at the source code of the page. Look for <form action="address" method="GET/POST">.
Life's too short to be cool. Be a nerd.