Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001072

[PHP] what would return? From: Adrian D'Costa (adrian <email protected>)
Date: 07/26/01

Hi,

I have a php script that will send certain information to a mailing
list. Upon arrival the customer will have seven records each with a
unique id. On clicking the link a mail will be sent back with the subject
having that unique id.

On arriving at my mail server I pipe the mail thru a php program using
lynx -dump http://localhost/filename.php > /dev/null. My question is what
will be returned to the filename.php. I need the unique id from the
subject to do further processing?

Any ideas.

Adrian

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>