Logo
Advertisement

Bulletin Board

How to make a mail system?
Started by firemade123
25 Jan 2012 02:41
SUBSCRIBE
> >>
Avatar
firemade123 (6)
25 Jan 2012 02:42
I need a mail system on my website to be able to release it to the public. Anyone have a .zip I could download or a site to download or anything?
Mr. Webmaster Firemade1234
Avatar
DarkCrystal9000 (22)
29 Jan 2012 11:36
Well you could try to look it up. c: just trying to help im darkace from dsiclub.
mess with the best, die with the rest.
Avatar
Chanishyy (153)
05 Feb 2012 17:18
Try and learn or look it up Fellow owner of DSiCoop-
Existance alludes
Avatar
DarkCrystal9000 (22)
05 Feb 2012 17:39
:mail-0: ←thats the code
mess with the best, die with the rest.
Avatar
M.J kInG (1220)
06 Feb 2012 13:39
When im finish i give you a cope of my mail script.
Founder and CEO of MeTwist
Avatar
DarkCrystal9000 (22)
07 Feb 2012 07:20
my web had the code already
mess with the best, die with the rest.
Avatar
11DraGo (683)
07 Feb 2012 11:16
Firemade doesn't use wapka.
...
Avatar
firemade123 (6)
07 Feb 2012 23:37
Yeah, I don't use wapka. I use heliohost. With CPanelŽ Ok, M.J King. Thanks!
Mr. Webmaster Firemade1234
Avatar
11DraGo (683)
08 Feb 2012 00:18
I think you'll have to use the mail function. I read about it once on w3schools. You should check it out. By the way, try searching google before you ask for help here. You'll get more help from google than you will from here.
...
Avatar
Chanishyy (153)
09 Feb 2012 16:42
When you use wapka its not actually called 'Coding' its just a site what is ready.

-DSiCoop
Existance alludes
Avatar
lilwayne1556 (485)
24 Feb 2012 04:33
Make a table for the mail to go tonand use the if else statement to check if it there mail or not.
eye3ds.mooo.com
Avatar
M.J kInG (1220)
27 Feb 2012 19:01
First create a table call inbox
have these following fields.

To_user
From_user
id
message
check_read
date
Founder and CEO of MeTwist
Avatar
firemade123 (6)
28 Feb 2012 03:08
Thanks MJ. Got the table created. Now what?
Mr. Webmaster Firemade1234
Avatar
M.J kInG (1220)
29 Feb 2012 12:36
Now create the input fields.
<?php
if($_SESSION['username'] =="") {
echo"<center><font color=red>Sorry you must login to send a message</font></center>";
}
else{
echo"<form action='Inbox.php' method='post'>
echo"<input type='username' name='From_user' value='".$_SESSION['username']."' />
<input type='text' name='To_user' value='' placeholder='Username' />
<textarea name='message' placeholder='Message here' />
<br/>
<input type='Submit' name='Submit' />";
echo"</form>";
}
?>


After you make this i show you how to make the php send script.
and i show you how to make it ajax as will.
Founder and CEO of MeTwist
Avatar
samuelqwe (30)
29 Mar 2012 22:23
i would like to know the rest please!
Sam
Avatar
11DraGo (683)
17 Apr 2012 01:37
I was wrong about the mail function. A mail system is basically making the table with id, user to, user from, the message and date. Then for mail for the certain user you select from mail where the username=session or cookie. Inserting is pretty simple.
...
Avatar
kylemoney22222 (4)
17 Apr 2012 02:59
wow i would just COPY&PASTE if i were you luckily im not so yahh me
jeremy kyle turner
Avatar
11DraGo (683)
17 Apr 2012 06:42
"Copy and Pasting" doesn't help you. What if there is an error and you don't know what to do fix it?
...
Avatar
Darmani Link (2822)
20 May 2012 06:57
Tables with java that hold the data, then send it to targeted user. :3
People are like slinkies. Worthless, but will always bring a smile to your face when you shove them down the stairs.
Avatar
mysqlphp (15)
23 Jun 2012 11:00
That's where I got my mail script Webesttools.com
I'm firemade1234
> >>
Home Forum Home
Wii, Nintendo DS, Nintendo DSi are ™ Nintendo Co. Ltd. Opera is a product of Opera Software ASA. This website is ©2009-2012 Daniel Gump. All rights reserved. Members are responsible for their own content. No account information will be given to third-parties.