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.

Thanks,

Aaron


"John Nichel" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
On Tuesday 03 August 2004 12:25, Aaron Todd offered up the following tid-bit
of information :
> Is there any way to run a php script by clicking a link?
>
> Thanks,
>
> Aaron

Anytime you click on a link to a php document, you are 'running' a php
script.  Could you be a bit more specific as to what you want to do?

-- 
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to