Is their a way to have a user imput their email address and use it as a email subscriber.
Is their a way to have a user imput their email address and use it as a email subscriber. For them to subscribe to your email for daily updates
Thanks Guys
Thanks Guys
Comments
-prompt the user to enter a email address if he/she wants to subscribe, save the email address as an attribute 'userEmail'.
-then have a submit to subscribe button which will use the openURL and link it too http://www.yourdomain.com/subscribe.php?email=game.userEmail - (game.userEmail is the user email address)
-this would pass the userEmail attribute in a querystring
-have a php file (or a language of your choice) to GET the value of email in the url and add it to the database
now, again, I am not sure if it will work!
Thanks guys
________________________________
【ツ】iPhone Icon Pack (compatible with DBA Icon Creator) 【ツ】 - 【ツ】Graphic Pack【ツ】
Free GS demos: High score simple and advanced; Game Center; App Rating System; Custom Font Score and Countdown; Advanced Snap to Grid
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
@jonmulcahy , what was that?
Ace
"Project B" WIP Game
Great idea Thanks! : )