Log In · Register

 
 
Closed TopicStart new topic
Hosting Scripts?, like on sites
Lightner
post Jun 17 2005, 01:14 AM
Post #1


Im Gavin HI!!
*****

Group: Member
Posts: 802
Joined: Mar 2005
Member No: 111,644



You know how most sites have the forms on their hostees pages? Well how do you make it so they fill in the blanks? Well if you know what it is... thanx an example is http://bleedingsoul.org/hosting.php how do u make a form like that?
 
talcumpowder
post Jun 17 2005, 01:25 AM
Post #2


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



.... The text that's already in the box?
CODE
<input type="text" name="NAME" size="30" value="WHAT IT SAYS">
=S I don't quite understand what you're talking about.
 
Lightner
post Jun 17 2005, 01:26 AM
Post #3


Im Gavin HI!!
*****

Group: Member
Posts: 802
Joined: Mar 2005
Member No: 111,644



but then how do i get it to send to my e-mail or somethin when they change it?
 
*mipadi*
post Jun 17 2005, 01:30 AM
Post #4





Guest






Do you mean have the form data sent to you? You can do it one of two ways:
  1. The best, but most complicated, way is to have a script handle the form. These are commonly referred to as CGI (Common Gateway Interface) scripts and are written in languags such as Perl, VBScript, or PHP. These scripts will parse (process and format, basically) the data and mail it to you, or save it in a file or database, or all three, even.
  2. You can also have the raw data emailed to you. Set up the form like so:
    CODE
    <form method="post" action="mailto:youremail@yourdomain.com">

    Be warned, though: that method isn't guaranteed to work on all browsers on all platforms.
 
talcumpowder
post Jun 17 2005, 01:30 AM
Post #5


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



...
[ http://www.w3schools.com/html/tryit.asp?fi...yhtml_form_mail ]
[ http://xforums.net/ib/index.php?showtopic=17114 ]
[ http://www.tele-pro.co.uk/scripts/contact_form/ ]
=S I guess.
 
Lightner
post Jun 17 2005, 02:59 PM
Post #6


Im Gavin HI!!
*****

Group: Member
Posts: 802
Joined: Mar 2005
Member No: 111,644



thanx mip and nyah i got it from here ^^ u can close
 
Teesa
post Jun 17 2005, 10:53 PM
Post #7


crushed.
*******

Group: Staff Alumni
Posts: 9,432
Joined: Jun 2004
Member No: 20,026



QUOTE(Lightner @ Jun 17 2005, 2:59 PM)
thanx mip and nyah i got it from here ^^ u can close
*


Topic Closed.

Topic Re-opened.

This post has been edited by Teesa: Jun 21 2005, 12:19 AM
 
Lightner
post Jun 21 2005, 12:22 AM
Post #8


Im Gavin HI!!
*****

Group: Member
Posts: 802
Joined: Mar 2005
Member No: 111,644



thanks tessa, ok guys i tryed some of them out... but when i tested it... i never recieved the e-mail that i was supposed to get... anyone know anymore that work?
 
*mipadi*
post Jun 21 2005, 09:28 AM
Post #9





Guest






Did you use a script? And if so, what script did you use?
 
Lightner
post Jun 21 2005, 02:15 PM
Post #10


Im Gavin HI!!
*****

Group: Member
Posts: 802
Joined: Mar 2005
Member No: 111,644



here ill get my code I use for it one sec... ill edit this post..

//edit//

 
*mipadi*
post Jun 21 2005, 02:24 PM
Post #11





Guest






The only suggestion I have is that the mailto form action is not guaranteed to work in all browsers on all platforms. It's somewhat dependent on the end user's configuration. It's best to use some sort of CGI script (generally written in Perl, PHP, or VBScript) to handle forms. There should be some documentation on the Internet on how to do this. What platform is your webpage based on?
 
Lightner
post Jun 21 2005, 02:49 PM
Post #12


Im Gavin HI!!
*****

Group: Member
Posts: 802
Joined: Mar 2005
Member No: 111,644



I use internet explorer and firefox, im a cable connection... i do not know what u mean. I use a cpanel and stuff... im confused >_< but would it work for other people?
 
*mipadi*
post Jun 21 2005, 02:49 PM
Post #13





Guest






Who is the host of your website, or whatever site your are trying to run your form off of?
 
Lightner
post Jun 21 2005, 02:55 PM
Post #14


Im Gavin HI!!
*****

Group: Member
Posts: 802
Joined: Mar 2005
Member No: 111,644



ahhhh nvm i was using gmail, with pop access set up, but when i would check my outlook i never would see it. The reason it never appeared was beause google spam catcher was taking it. You can close this lol
 
visualfusion
post Jun 21 2005, 09:36 PM
Post #15


Senior Member
*****

Group: Member
Posts: 699
Joined: Mar 2004
Member No: 7,274



http://cgi-central.net/scripts/aformmail/ if.. you want something in PHP... bit more customizable with thankyou pages and everything
 
Lightner
post Jun 23 2005, 10:42 PM
Post #16


Im Gavin HI!!
*****

Group: Member
Posts: 802
Joined: Mar 2005
Member No: 111,644



its ok mine works, i just didnt know that my spam blocker was catching them X_X (close it if ya want ^^)
 

Closed TopicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members: