Jump to content
MakeWebGames

[All Versions] Mailing list, for games under development.


Recommended Posts

Posted

Ok so i decided to add to my game a "mailing list" this allow members to add their email addres to your data base for you to send an email once your game opens.

You will have to edit the following code to suite your games appearance.

Save as mailinglist.php

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

SQL:

CREATE TABLE `mailinglist` (

`useremail` varchar( 255 ) NOT NULL default '',

KEY `useremail` ( `useremail` )

) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =0

**NOTE** This is a simple modification of Killah's staff contact script.

Posted

Re: [All Versions] Mailing list, for games under development.

Oh yeah i didn't look propley lol

and i just typed v in there so make it so people have to have an valid email :D other wise people can flood ur mailing list table :P

Posted

Re: [All Versions] Mailing list, for games under development.

I really don't care if they do, i'm too busy refining my game.

Just means the spammed email addresses will get the email aswell, i may add for it to check for the @ later but a little buy now.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...