formmail to email in database

Posted by aarontb on Stack Overflow See other posts from Stack Overflow or by aarontb
Published on 2010-03-13T15:40:02Z Indexed on 2010/03/13 15:45 UTC
Read the original article Hit count: 153

Filed under:
|

Here's what I need to setup...and I am not well versed in PHP/SQL...but this is what I'm trying to do.

On the New User database, I will have a section where they can have information sent to their phone using the provider's default e-mail to text msg (i.e. [email protected].)

New User: 
Input number: ______________(2225551212 format, no hyphens, etc.)
Select Provider: (Drop-down menu with proper @provider.ext...)

Then the formmail, when sent, if for specific user will get ($phone".@."$provider); or something like that and send a preset message like: $user."requested information on ".$product."on".$date." at ".$time.".";

Is this possible?

The $user, $product, $date, $time all are generated directly from the most recent input page for a database.

Is this possible?

Please help!

© Stack Overflow or respective owner

Related posts about php

Related posts about sql