Membership is FREE, giving all registered users unlimited access to every DNForum feature, resource, and tool! Optional membership upgrades unlock exclusive benefits like profile signatures with links, banner placements, appearances in the weekly newsletter, and much more - customized to your membership level!
Sedo

Wanted: Service CGI scripts and web forms?????

Status
Not open for further replies.
Dynadot - Expired Domain Auctions

David G

Internet Entrepreneur
Legacy Exclusive Member
Joined
Apr 15, 2002
Messages
5,755
Reaction score
63
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,095
Reaction score
6
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
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
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.

Who has viewed this thread (Total: 1) View details

Who has watched this thread (Total: 4) View details

The Rule #1

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

Members Online

Sedo - it.com Premiums

IT.com

Premium Members

MariaBuy

Upcoming events

Our Mods' Businesses

UrlPick.com

*the exceptional businesses of our esteemed moderators

Top Bottom