Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Help with short capture of address and mail it filter_list
Author
Message
Help with short capture of address and mail it #1
I'm a newbie with PHP, but I'm looking for a script that takes the information from the URL and mails it to me (for usage of removal from mailinglist)

So it somebody clicks the link:

Https://server.com/unreg.php? useremail@gmail.com

How can I make the unreg.php to capture the mail address and send it to me by mail..

Or is this very hard to accomplish?

Reply

RE: Help with short capture of address and mail it #2
I think this is what you're looking for. I don't know a lot about PHP but this should answer your question. Please let me know if this helped you.

http://php.net/manual/en/reserved.variables.get.php
~~ Might be back? ~~

[+] 1 user Likes Bish0pQ's post
Reply

RE: Help with short capture of address and mail it #3
(04-20-2018, 10:20 AM)Bish0pQ Wrote: I think this is what you're looking for. I don't know a lot about PHP but this should answer your question. Please let me know if this helped you.

http://php.net/manual/en/reserved.variables.get.php
Actually, it was exactly what I was looking for, thx a lot!

[+] 1 user Likes jonas77x's post
Reply

RE: Help with short capture of address and mail it #4
@"jonas77x" Glad I could help. If you have any questions, feel free to open a thread anytime asking your questions. Usually there is at least 1 member that is able to help you.
~~ Might be back? ~~

[+] 1 user Likes Bish0pQ's post
Reply

RE: Help with short capture of address and mail it #5
You know how to send emails using PHP but you didn't know $_GET? How is that even possible?
Mind sharing your final code just in case somebody wants to achieve something similar?

Reply

RE: Help with short capture of address and mail it #6
(04-24-2018, 03:42 PM)chunky Wrote: You know how to send emails using PHP but you didn't know $_GET? How is that even possible?
Mind sharing your final code just in case somebody wants to achieve something similar?

I mean its fairly simple, You could likely find exactly what you need on php.net

Reply







Users browsing this thread: 1 Guest(s)