+ Reply to Thread
Results 1 to 10 of 10

Thread: Php Form Script

  1. #1
    Join Date
    Mar 2007
    Posts
    10

    Default Php Form Script

    Hello guys,

    I need help with something. I want to put a php form on my bussines website, but I don`t know php. Can you guys please recommend me a php script or some free form builder?
    Thanks

  2. #2
    Join Date
    Feb 2007
    Location
    Fort Lauderdale, Florida
    Posts
    1,498

    Default Re: Php Form Script

    Before you even get started with php, you need to know a few things:

    Does your hosting company have php installed (some companies require a bigger package then basic to get php).?
    If you do have php installed, is mail() enabled?
    Do you want secure (SSL) or normal form mail?
    If you're not remembered, you never existed.

  3. #3
    Join Date
    Sep 2005
    Location
    Houston, TX
    Posts
    2,132

    Default Re: Php Form Script

    I'm glad this topic came up; I'm interested in getting this implemented on my site as well.
    Steve Castaneda, Realtor
    Keller Williams Realty

    I can help you find houses for sale in Houston and also write at this blog dedicated to real estate technology for agents. I originally created this Houston Real Estate site and switched to REW - awesome decision.

  4. #4
    Join Date
    Feb 2007
    Location
    Fort Lauderdale, Florida
    Posts
    1,498

    Default Re: Php Form Script

    Just an fyi, if you do have php installed, and mail() is enabled, it's relatively simple pretty much anything you find on google for 'php mailform' will work

    Sadly... a large portion of the internet hosting companies disable mail() for security reasons.
    If you're not remembered, you never existed.

  5. #5
    Join Date
    Sep 2005
    Location
    Houston, TX
    Posts
    2,132

    Default Re: Php Form Script

    Quote Originally Posted by BrandonSternfield View Post
    Just an fyi, if you do have php installed, and mail() is enabled, it's relatively simple pretty much anything you find on google for 'php mailform' will work

    Sadly... a large portion of the internet hosting companies disable mail() for security reasons.
    Ah, I see. For the traditional form, I used a handler back in the day called mailmyform.com. It was reliable so in case anyone runs into this and is looking for a alternative to the PHP submit, they can use that site to submit forms.

    I get confused on the PHP form vs. HTML form, but I think it has to do with how the form is submitted, correct?
    Steve Castaneda, Realtor
    Keller Williams Realty

    I can help you find houses for sale in Houston and also write at this blog dedicated to real estate technology for agents. I originally created this Houston Real Estate site and switched to REW - awesome decision.

  6. #6
    Join Date
    Mar 2007
    Location
    Tucson, AZ
    Posts
    173

    Default Re: Php Form Script

    Quote Originally Posted by RESteve View Post
    Ah, I see. For the traditional form, I used a handler back in the day called mailmyform.com. It was reliable so in case anyone runs into this and is looking for a alternative to the PHP submit, they can use that site to submit forms.

    I get confused on the PHP form vs. HTML form, but I think it has to do with how the form is submitted, correct?
    Steve, the HTML form is the same but the 'action' portion of it is the .php script you call to execute and mail the results to you. So the HTML would read something like

    Code:
    <form action="email_script.php" method="post" name="contact_form">
    ...
    where "email_script.php" would call the PHP mail() function that Brandon mentioned. If you would like I could send you the basic contact form I currently use on my site, from that you could probably implement whatever you wanted.
    Michael Krotchie - REALTORŪ - Coldwell Banker Residential Brokerage, NRT LLC
    6970 N. Oracle Road, Suite 100
    Tucson, AZ 85704
    520.404.4996 -- Mobile
    520.544.4545 -- Office

    Tucson Real Estate | Tucson Real Estate Blog

  7. #7
    Join Date
    Sep 2005
    Location
    Houston, TX
    Posts
    2,132

    Default Re: Php Form Script

    Quote Originally Posted by mkrotchie View Post
    Steve, the HTML form is the same but the 'action' portion of it is the .php script you call to execute and mail the results to you. So the HTML would read something like

    Code:
    <form action="email_script.php" method="post" name="contact_form">
    ...
    where "email_script.php" would call the PHP mail() function that Brandon mentioned. If you would like I could send you the basic contact form I currently use on my site, from that you could probably implement whatever you wanted.
    That would be great; go ahead send it to me. Thanks a bunch for the explanation as well. It clears up my confusion.
    Steve Castaneda, Realtor
    Keller Williams Realty

    I can help you find houses for sale in Houston and also write at this blog dedicated to real estate technology for agents. I originally created this Houston Real Estate site and switched to REW - awesome decision.

  8. #8
    Join Date
    Feb 2007
    Location
    Fort Lauderdale, Florida
    Posts
    1,498

    Default Re: Php Form Script

    Aye, they all work the same, the only difference is the action in the form (and sometimes the hidden fields, like subject, etc).
    If you're not remembered, you never existed.

  9. #9
    Join Date
    Dec 2006
    Location
    Brandon, Florida
    Posts
    660

    Default Re: Php Form Script

    I recently installed a php form a few months back previously had formail.cgi
    I never had a problem with the cgi but now the new php script I am starting to get spam , someone mentioned a secure php formail script, can someone tell me where to find it?

    Do Follow, Keyword Luv, Comment Luv enabled Tampa Real Estate

    Realtor Directory


    Brandon Florida Real Estate

  10. #10
    Join Date
    Mar 2007
    Posts
    10

    Default Re: Php Form Script

    Thank you for suggestions ( daca a raspuns cineva ). So far I found freedback and this free url removed php form builder which unlike freedback does not show any advertising in the free plan! ;-)
    Last edited by REW Reed; 07-03-2007 at 02:32 PM.

+ Reply to Thread

Posting Permissions

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