Welcome to Welcome to DNF.com™ - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars

If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.

Register Today on DNForum IT'S FREE!

Page 2 of 2 FirstFirst 12
Results 21 to 27 of 27
  1. #21
    Former DNF Admin
    MediaHound's Avatar
    Join Date
    Feb 2004
    Location
    Florida
    Posts
    4,896
    Blog Entries
    1
    DNF$
    15,992
    Bank
    0
    Total DNF$
    15,992
    Donate  

    Re: CGI scripts and web forms?????


  2. #22
    Internet Entrepreneur
    David G's Avatar
    Join Date
    Apr 2002
    Location
    Sonoran Desert
    Posts
    6,002
    Blog Entries
    144
    Country

    United States
    DNF$
    3,470
    Bank
    0
    Total DNF$
    3,470
    Donate  

    Re: CGI scripts and web forms?????

    Quote Originally Posted by aggieuk
    ....... 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.

  3. #23
    Former DNF Admin
    MediaHound's Avatar
    Join Date
    Feb 2004
    Location
    Florida
    Posts
    4,896
    Blog Entries
    1
    DNF$
    15,992
    Bank
    0
    Total DNF$
    15,992
    Donate  

    Re: CGI scripts and web forms?????

    Wow you guys should learn php

  4. #24
    DNF Addict
    Laird Mobi's Avatar
    Join Date
    May 2004
    Location
    Devon, UK
    Posts
    1,070
    Country

    UK
    DNF$
    50
    Bank
    5,204
    Total DNF$
    5,254
    Donate  

    Re: CGI scripts and web forms?????

    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!

  5. #25
    Platinum Lifetime Member
    NameTower's Avatar
    Join Date
    Apr 2003
    Location
    .ca
    Posts
    2,941
    DNF$
    1,032
    Bank
    0
    Total DNF$
    1,032
    Donate  

    Re: CGI scripts and web forms?????

    Lol, I can do a form in two seconds:

    Here.

    PHP Code:
    <?php
    $youremail
    ="youremail@name.com";
    $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

  6. #26
    DNF Addict
    Laird Mobi's Avatar
    Join Date
    May 2004
    Location
    Devon, UK
    Posts
    1,070
    Country

    UK
    DNF$
    50
    Bank
    5,204
    Total DNF$
    5,254
    Donate  

    Re: CGI scripts and web forms?????

    Cheers bud i'm gonna wait and see what frontpage is like first!

  7. #27
    Platinum Lifetime Member

    Join Date
    Mar 2004
    Posts
    201
    DNF$
    565
    Bank
    0
    Total DNF$
    565
    Donate  

    Re: CGI scripts and web forms?????

    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.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Domain name forum recommended by Domaining.com