Enjoy unlimited access to all forum features for FREE! Optional upgrade available for extra perks.
NDD Camp 2024

CGI scripts and web forms?????

Status
Not open for further replies.

David G

Internet Entrepreneur
Legacy Exclusive Member
Joined
Apr 15, 2002
Messages
5,755
Reaction score
63
Feedback: 137 / 0 / 0
aggieuk said:
....... just cant find anyone to supply both with simple explainations to upload to my webpage.......

Been there and done that, many times. Not too long ago spent ages trying to get a simple non-technical explanation on the basic mechanics, and some simple webforms working

Spoke to many experts and actually hired 2 of them to do the jobs, one of them finally got the webforms working but was totally incabable of explaining to me the basic steps involved so I may do it myself next time, though I asked him to explain repeatedly. All he could do was give a geek explanation which was quite confusing.

Have spent a few long yrs trying to get easy plain english step-by-step details, all to no avail. Luckily most of my webforms are now working but after lots of time there are still a few which do not function.
 

Laird Mobi

DNF Addict
Legacy Exclusive Member
Joined
May 4, 2004
Messages
1,090
Reaction score
1
Feedback: 3 / 0 / 0
MY situation may have been resolved! One of my mates is going to lend me his microsoft frontpage prog. So my form problem may be sorted!
 

NameTower

Level 9
Legacy Platinum Member
Joined
Apr 21, 2003
Messages
2,886
Reaction score
0
Feedback: 14 / 0 / 0
Lol, I can do a form in two seconds:

Here.

PHP:
<?php
$youremail="[email protected]";
$file = "filename.php";
if($action=="process"){

mail($youremail,$subject,$message);
echo <<<END
Your message has been sent.
END;

} else {
echo <<<END
<form action="$file?action=process" method="post">
Your Name: <input type="text" name="name">
<br>
Your Email: <input type="text" name="email">
<br>
Your Message:
<br>
<textarea rows="10" cols="30"></textarea>
<br><br>
<input type="submit" value="Send a Message!">
</form>
END;

}
?>

Make sure to edit where it says $file="filename.php"; to the file name you make it on your server, and edit $youremail=... to your email.

Best regards,
- Jordan
 

loho27

Level 4
Legacy Platinum Member
Joined
Mar 11, 2004
Messages
200
Reaction score
0
Feedback: 5 / 0 / 0
The new c-panel with fantastico installed has a form builder which you can install.
It is the free version but will take up to 100 fields.(more than enough)

Very very easy to use.
 
Status
Not open for further replies.

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Sedo - it.com Premiums

IT.com

Premium Members

AucDom
UKBackorder
Be a Squirrel
MariaBuy

New Threads

Our Mods' Businesses

UrlPick.com
URL Shortener

*the exceptional businesses of our esteemed moderators

Top Bottom