:: Dynamic Email Creation ::
Posted: Thu Mar 29, 2007 1:23 am
Hi I want to create eMail ID dynamically (SMTP mail ID), please help me out from this..........
Thanks .......
Mani
Thanks .......
Mani
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$id = time().substr(md5(microtime()), 0, 10)