Help. Please Make A Form Script.

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Help. Please Make A Form Script.
d14blo
CZ Newbie
d14blo has been a member for over 19 year's 19 Year Member
Gender: Male
Status: Offline
Joined: Jan 31, 2005
0.00 posts per day
Posts: 2
Points: 94
   
hi, can someone please help me make a form. ive never done one before. if you can, please make it for me, i will gladly appreciate it. and i will give you credit in the website.

in the form i would like:

Clan Name:
Leader XBC ID:
Leader's E-mai:
Website Url:

Send

(send, should be directed to [ Register or login to view links on this board. ] )

(with clan name, leaders xbc id and leaders e-mail. required to fill out, the website url doesnt have to be filled out.)

can someone help make it for me. please.



Back to top Reply with quote
#2   re: Help. Please Make A Form Script.
XX_YAHOO_XX
CZ Super Newbie
XX_YAHOO_XX has been a member for over 20 year's 20 Year Member
usa.gif indiana.gif
Occupation: Build Cusotm Golf Cars
Gender: Male
Fav. Sports Team: RCR RACING
Website:
Status: Offline
Joined: Feb 01, 2004
0.01 posts per day
Posts: 66
Points: 3,735
 Yahoo Messenger  
[ Register or login to view links on this board.]



Back to top Reply with quote
#3   re: Help. Please Make A Form Script.
d14blo
CZ Newbie
d14blo has been a member for over 19 year's 19 Year Member
Gender: Male
Status: Offline
Joined: Jan 31, 2005
0.00 posts per day
Posts: 2
Points: 94
   
thanks, but i dont understand it....... i dont know what to put in somethings.



Back to top Reply with quote
#4   re: Help. Please Make A Form Script.
Kelly_Hero
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Kelly_Hero has been a member for over 20 year's 20 Year Member
usa.gif southcarolina.gif
Occupation: Web Developer
Age: 58
Gender: Female
Website:
Status: Offline
Joined: Aug 20, 2003
0.50 posts per day
Posts: 3765
Points: 351,412
   
Here's a tutorial that shows you how to make a form.
[ Register or login to view links on this board. ]



Back to top Reply with quote
#5   re: Help. Please Make A Form Script.
dlyaza
CZ Newbie
dlyaza has been a member for over 19 year's 19 Year Member
Age: 42
Gender: Male
Website:
Status: Offline
Joined: Mar 31, 2005
0.00 posts per day
Posts: 1
Points: 52
 Yahoo Messenger MSN Messenger 
HERE is A code Save it as "mailer.php" I tested IT ...DOne!
Copy The Following code And Paste It In tu Ur PHP page and Its Name Must "mailer.php"
<?PHP
if($action=="chawrash"){
$to="n00bsqu4d@yahoo.com";
$namel= $_POST['name'] ;
$id= $_POST['id'] ;
$email= $_POST['email'] ;
$url= $_POST['url'] ;
$subject ="HELLOW Your FORM";
$from="n00bsqu4d@yahoo.com";
$header="FROM:Form <$from>";
$message ="\n
Name=$name.\n
Email=$email.\n
ID=$id.\n
URL=$url\n.
";
@mail($to,$subject,$message,$header);
}
?>

<form method="POST" action="mailer.php?action=chawrash">
   <div align="center">
      <table border="0" width="70%" id="table1" cellspacing="0" cellpadding="0" style="font-family: Verdana; font-size: 8pt; color: #000000">
         <tr>
            <td width="36%" align="right"><b>Clan Name:</b></td>
            <td width="64%"><input type="text" name="name" size="20"></td>
         </tr>
         <tr>
            <td width="36%" align="right"><b>Leader XBC ID:</b></td>
            <td width="64%"><input type="text" name="id" size="20"></td>
         </tr>
         <tr>
            <td width="36%" align="right"><b>Leader's E-mail:</b></td>
            <td width="64%"><input type="text" name="email" size="20"></td>
         </tr>
         <tr>
            <td width="36%" align="right"><b>Website Url:</b></td>
            <td width="64%"><input type="text" name="url" size="20"></td>
         </tr>
         <tr>
            <td colspan="2">
            <p align="center">
            <input type="submit" value="Submit" name="dlyaza"></td>
         </tr>
      </table>
   </div>
</form>



Back to top Reply with quote
#6   re: Help. Please Make A Form Script.
DAMIAN
CZ Active Member
 Codezwiz Site Donator
DAMIAN has been a member for over 19 year's 19 Year Member
usa.gif mississippi.gif
Occupation: Net Junkie
Age: 58
Gender: Male
Fav. Sports Team: steelers
Website:
Status: Offline
Joined: Aug 08, 2004
0.02 posts per day
Posts: 177
Points: 9,848
   
If you havent gotten a for yet give me a shout and ill make ya one. Ill even put your header/logo on it.
DAMIAN
[ Register or login to view links on this board.]



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum