NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming
Reload this Page Form Process. Software

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.

Advanced Search


Closed Thread
 
LinkBack Thread Tools
Old 12-20-2005, 12:58 PM THREAD STARTER               #1 (permalink)
NamePros Member
Join Date: Mar 2005
Posts: 127
dom35 will become famous soon enoughdom35 will become famous soon enough
 



Form Process. Software


I am preparing a simple site for a small but mid-upscale hotel (10 rooms). I already did the forms (Dreamweaver) for customers to ask for a reservation, but I do not know how to process later. I would like to receive amail telling me that someone is asking for info/reservation and answer quickly. May be there is something only for hotels.

I have also many other websites that I would like to develop, including the use of forms.

Can you please suggest me what software package it is good to proccess html forms ?. I found email processor pro,how good it is ?, what it is the best ?. I do not want to spend long time just trying to lern how to coding, I prefer to spending using a good program.

Many thanks
dom35 is offline  
Old 12-20-2005, 02:02 PM   #2 (permalink)
Senior Member
 
Morph's Avatar
Join Date: Jul 2005
Location: England
Posts: 4,570
Morph has a reputation beyond reputeMorph has a reputation beyond reputeMorph has a reputation beyond reputeMorph has a reputation beyond reputeMorph has a reputation beyond reputeMorph has a reputation beyond reputeMorph has a reputation beyond reputeMorph has a reputation beyond reputeMorph has a reputation beyond reputeMorph has a reputation beyond reputeMorph has a reputation beyond repute
 

Member of the Month
September 2006
Third World Education Animal Cruelty Multiple Sclerosis Child Abuse Find Marrow Donors! Cystic Fibrosis Save a Life Cancer Ethan Allen Fund
There are plenty of sites on google that will teach you.

Or if you have fantastico install phpform gen
__________________
If you always do what you've always done, you'll always have what you've always had.
Morph is offline  
Old 12-20-2005, 02:23 PM   #3 (permalink)
NamePros Regular
Join Date: Nov 2005
Location: Moscow
Posts: 220
xtremest is an unknown quantity at this point
 



The simplest solution is to put any CMS on your site. It will automatically send mail when the form will filled.

or just write in your page simplest php code
????: NamePros.com http://www.namepros.com/programming/149806-form-process-software.html
form for example:
Code:
      <form name="form1" method="post" action="/index.php">
        <p>Your name: <input type="text" name="fromname" value="<?=@HtmlSpecialChars($fromname)?>">
                    </p>
        <p>Your email:
          <input type="text" name="from" value="<?=@HtmlSpecialChars($from)?>">
        </p>
        <p>Question:
          <textarea name="body" cols=50 rows=4><?=@HtmlSpecialChars($body)?></textarea></p>
        <p> <input type="submit" name="doSend" value="Send!">   </p>
      </form>
and php code
Code:
<?
if(@$doSend) {
        if(mail("your@mail.info","Insert subject","$fromname - $from,\n\n$body\n\nAny other variables from your form","From:
 \"$fromname\" <$from>")) {
                echo "OK<br>\n";
        } else {
                echo "Error.<br>\n";
        }
}
?>
Do not forget to rename your .html to .php.
Hope it helps.
__________________
cari.es, phon.es, offic.es for sale.
xtremest is offline  
Old 12-20-2005, 04:25 PM THREAD STARTER               #4 (permalink)
NamePros Member
Join Date: Mar 2005
Posts: 127
dom35 will become famous soon enoughdom35 will become famous soon enough
 



I do have Fantastico, I will give it a try, together with the code posted. Thanl you very much to both two.

Dom
dom35 is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Your Namepros Nick name .com faisj Domain Name Discussion 75 12-27-2005 06:36 PM
Zango Messenger JoshHendo Warnings & Alerts 8 08-05-2005 02:58 AM
PAYPAL Litigation johnn Domain Name Discussion 6 07-31-2004 10:51 PM
Paypal Settlement Lord The Break Room 2 07-30-2004 10:30 PM

Liquid Web Smart Servers  
All times are GMT -7. The time now is 11:00 PM.

Managed Web Hosting by Liquid Web
Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger