llDemonll Posted January 3, 2009 Share Posted January 3, 2009 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.