On Wednesday 04 August 2004 01:08, Aaron Todd wrote: > The program I am working on so far will take input from a form and email it > out. This information needs to be verified by a human and then somehow the > human that verifys the info needs to click some link in order to for all > that data to be entered into an SQL database. > > I was thinking of somehow having a link in the email so when I click on it, > it runs a script that will enter all my info into the database. > > Any help/suggestions is appreciated.
There's nothing special you need to do to make that happen. If your mail client is configure to open URLs when they are clicked on then you're all set. Just make sure that if your app is important you have some mechanism to check that the person using the link has the authority to do so. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* I'm prepared for all emergencies but totally unprepared for everyday life. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php