Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 07-15-2005, 01:09 AM   #1
Realpascal
Confirmed User
 
Join Date: Jun 2005
Location: Dutchie !!!
Posts: 2,119
Need some help with this little PHP script

It won't work with me.. am I overlooking something here ?

Form:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Contact Us</title>
<head></head>

<body>
<FORM METHOD=post ACTION="contactform.php">
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td>&nbsp;</td>
    <td><div align="right">
      <p><img src="bel_small.gif" width="250" height="79" border="0"></p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
    </div></td>
  </tr>
  <tr>
    <td colspan="2">
	<table width="600" border="0" align="center" cellpadding="2" cellspacing="0">
  <tr>
    <td colspan="2"><span class="style1">Contact us here </span></td>
  </tr>
  <tr>
    <td width="83">&nbsp;</td>
    <td width="417">&nbsp;</td>
  </tr>
  <tr>

    <td><span class="style2">Name</span></td>
    <td><input type="text" name="name" size="40"></td>
  </tr>
  <tr>
    <td><span class="style3">Email</span></td>
    <td><input type="text" name="email" size="40"></td>
  </tr>
  <tr valign="top">
    <td><span class="style3">Comment &nbsp;</span></td>
    <td><textarea name="comment" cols="60" rows="10"></textarea></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>
      <div align="center">
        <input type="submit" name="Submit">
      </div></td>
  </tr>
</table>
	</td>
  </tr>
</table>
<p align="right">&nbsp;</p>
<p align="right">&nbsp;</p>
<p align="right">&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>

<p>&nbsp;</p>
</body>
</html>
PHP mailscript
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head></head>
<title>Contact Result</title>

<body>

<div align="center">

  <table width="800" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td colspan="2"><div align="center"><img src="bel_small.gif" width="250" height="79" border="0"></div></td>
    </tr>
  </table>

 
  <hr align="center" width="800">  
  
  
<?php
$formsent = mail("[email protected]", "Info req", "Submit by: $name\r\nEmail: $email\r\nComment: $comment");
if($formsent hahahaha 1)
{
	  print("<p>Your comment has been sent. We will reply soon.</p>");
}
else
	print("<p>Sorry, there's something wrong with the submitted form. Please try again</p>");
?>
  
  
    
  
</div>
</body>
</html>
Please help me out here..
__________________
OMGWTFBBQ
Realpascal is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-15-2005, 01:24 AM   #2
Realpascal
Confirmed User
 
Join Date: Jun 2005
Location: Dutchie !!!
Posts: 2,119
Just for info: this is what i get in my email:

Quote:
Submit by
Email
Comment
Please help...
__________________
OMGWTFBBQ
Realpascal is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-15-2005, 01:34 AM   #3
darksoul
Confirmed User
 
darksoul's Avatar
 
Join Date: Apr 2002
Location: /root/
Posts: 4,997
very ugly code.

anyway you need
register_globals = On;
in your php.ini
__________________
1337 5y54|)m1n: 157717888
BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
Cambooth
darksoul is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-15-2005, 01:37 AM   #4
Realpascal
Confirmed User
 
Join Date: Jun 2005
Location: Dutchie !!!
Posts: 2,119
Quote:
very ugly code
I know.. but whatever works. I'm not an experienced PHP programmer. Maybe one day I'll be, and probably agree with you.

Thanks for helping me with this man ! I'll get it fixed..
__________________
OMGWTFBBQ
Realpascal is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-15-2005, 01:46 AM   #5
chadglni
Confirmed User
 
Join Date: Dec 2002
Location: PEI, Canada
Posts: 6,924
Quote:
Originally Posted by darksoul
very ugly code.

anyway you need
register_globals = On;
in your php.ini
What he said... or add

$name=$_POST['name'];
$email=$_POST['email'];
$comment=$_POST['comment'];

right after your opening <?php tag
chadglni is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-15-2005, 01:52 AM   #6
Realpascal
Confirmed User
 
Join Date: Jun 2005
Location: Dutchie !!!
Posts: 2,119
Thanks man !!
__________________
OMGWTFBBQ
Realpascal is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-15-2005, 02:06 AM   #7
Damian_Maxcash
So Fucking Banned
 
Join Date: Oct 2002
Location: MaxCash.com
Posts: 12,745
You should close the form tag in the HTML as well - thats not the problem but it should be done
Damian_Maxcash is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-15-2005, 02:18 AM   #8
Realpascal
Confirmed User
 
Join Date: Jun 2005
Location: Dutchie !!!
Posts: 2,119
Done. Thanks !
__________________
OMGWTFBBQ
Realpascal is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.