Jump to content

PHP and MySQL Email Help


llDemonll

Recommended Posts

I am trying to make it so that people can submit their information to me and it is emailed to me (works fine), but I also am wondering if there is any way that I can email a link in the email as well that when linked to a page (say update.php) will insert the new information into the database.

 

I'm thinking it would be something along the lines of including '.../update.php?name=test&info=goeshere' and then in the page can I just use $name = $_GET['name'] and INSERT INTO database VALUES ('$name', '$info')

 

If anyone has an easier solution or needs a better explanation just ask.

Link to comment
https://forums.phpfreaks.com/topic/139271-php-and-mysql-email-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.