Internet review - Lite Web-master Graphics Games Freeware Time Christmas Bible
Website Hosting Clouds Domains Resources Forms on the site Promotion
Webmasters Vote Captcha Polls Reviews Sites Support Feedback form on website Forms on the website Chats

Generator of the postal form for PHP

A couple of words about the features of the postal form in PHP.

The undoubted plus of PHP is that the file is processed on the server, not to the computer visitor of the site.
The main problem of postal forms is Russian encodings. It is connected by differences in mail programs. We do not know which mail program the visitor uses, especially about its settings.
In PHP, processing is completely independent of the browser, the mail program and their settings, which means it's reliable.

And this means that we need to create 2 files:

  1. the actual form of sending, which the visitor of our site sees and fills,
  2. mail processing file.
Another plus, the visitor does not see your email address. In addition, in our form, your address will not be in clear form, to protect yourself from spamming robots.
your email @
email to which the letter will be sent

Send Form Fields

YOUR POSTAL FORM

Mail form

Mail processing form file - email.php

If the form does not work

If the form works, but does not transfer data, then the question is in the PHP settings.

If you have .htaccess

In it it is necessary to add a line

 php_value register_globals 1

Since this file has no name, only with an extension, it should be opened and edited in Notepad.
Details about htaccess

Or drop it into the root directory of the site this one.
The fact is that this file is difficult to create, it has no name, only with an extension. Nmfr what to download, it's easier to modify an existing one.

If it does not work, you probably do not have support for .htaccess

You need to contact the provider

to enable register_globals

Alternatively

you need to replace in the first file

<form action="email.php" name=mailer>

to
<form action="email.php" method="post" name="mailer" id="mailer">

And in a file to the processor to replace all variables (which begin with the Dollar) for example
$mail to $_POST['mail']
$name to $_POST['name']

Form Generator code against spam Feedback services ICQ status on the site Skype website Chat on the website - Online counseling Video Assistant online Captcha online Comments on the site




Mobile version

Terms of publication of the article
Advertising
About us
Graphics

Fonts
Logos
Brandbooks
Pictogramms
Heraldry

Popular

Check a website level
A website registration
How to creat a website
#1 on Google
Online Translators
Password

Internet top

©2005-2024, Web studio Ph4 - Internet Catalog for user, web-master and designer v. 6.0.3