Home Forums Register FAQ Members List Calendar Search Today's Posts Mark Forums Read Arcade Chat
Go Back   ClubPenguinHQ Forums > General Discussion > Public Forum Archives > General Discussion > Hacking/Programming
Reload this Page Email form problem
Hacking/Programming All hacking/programming goes here. Club Penguin hacking can be discussed in the Club Penguin Cheating Parent forum. No Club Penguin hacking is allowed here.

Email form problem

Reply
 
LinkBack Thread Tools Display Modes
Re: Email form problem
Old
  (#11)
Plonk is Offline
Super Member
Plonk is an unknown quantity at this point
 
Plonk's Avatar
 
Posts: 2,458
Join Date: Apr 2008
Location: #iamthewalrus
Rep Power: 0
  Send a message via AIM to Plonk  
Default Re: Email form problem - Friday, August 22nd, 2008

Quote:
Originally Posted by Billybob1234
Quote:
Originally Posted by Kasey96
Quote:
Originally Posted by Billybob1234
Oh, yeah. I got it working a different way. It's not as good as a form, but it still works.
How are you doing it now? Are you using Post Data?
Well, I just left my house. So, when I get back to my house (Sunday) I will post the source.
Does it use PHP mail?


I have left CPHQ forever.

I will VERY occaisionally be on #iamthewalrus. Don't count on it.
  
Reply With Quote
Re: Email form problem
Old
  (#12)
Billybob1234 is Offline
Super Moderator
Billybob1234 is a glorious beacon of light
 
Billybob1234's Avatar
 
Posts: 2,657
Join Date: Jan 2008
Location: Wisconsin
Age: 19
Rep Power: 26
  Send a message via AIM to Billybob1234 Send a message via MSN to Billybob1234 Send a message via Yahoo to Billybob1234 Send a message via Skype™ to Billybob1234 
Default Re: Email form problem - Friday, August 22nd, 2008

Okay, I got the source.

Source:
Code:
<?php
$to = "Email you want to send it to";
$subject = "Your subject";
$body = "Your message here";
if (mail($to, $subject, $body)) {
  echo("

Message successfully sent!</p>");
 } else {
  echo("

Message delivery failed...</p>");
 }
?>


http://img196.imageshack.us/img196/769/sig2i.png
  
Reply With Quote
Reply

Lower Navigation
Go Back   ClubPenguinHQ Forums > General Discussion > Public Forum Archives > General Discussion > Hacking/Programming

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
vBulletin Skin developed by: vBStyles.com
Copyright ©2006 - 2009, RancidKraut Industries