What is php?
Quite simply the most popular server-side web scripting technology on the Internet with usage growing at 6.5% monthly according to a netcraft survey.
Basically, it is a free software package that runs on your web server. It is specifically designed for creating robust and reliable dynamic web pages for e-commerce and other mission critical web applications. It is also required to run php based softSWOT software titles. If php is not supported by your web server then these software titles will not function.
How do I know if my server has php?
Most commercial web servers currently run php. Most free web hosts do not. If you are running a business web site on a free host consider upgrading so you can really benefit from the opportunities the internet offers business. We use IX Web Hosting, they provide a range of reliable and economical hosting packages (from $3.95 / month) all with php support. To determine php status on your server try running our Test Code.
To do this simply input your email address in the Test Code Form then click Get Test Code. A new window will open containing php code that you can save to your server. When you open this test page in your browser it will use php to display a message and send an email to the address you provided. This tests the functionality of your Java Script, php, and the php mail function. The php mail function is only required for software titles that send emails. If a new code window is not created when you click Get Test code make sure you are not blocking new windows (ie pop-ups) and that your browser is Java Script enabled.
Details provided are not used in any way, for further information please refer to our Privacy Policy.
If a success message is displayed when you run the Test Code but you do not receive an email you may need to set your SMPT Mailserver Setting as outlined in the Form1 Builder help file to run software titles that send emails. This is not required for software titles that do not send emails.
What if my server does not support php?
If you do not currently have a hosting company that supports php we use and recommend IX Web Hosting. IX Web Hosting provide a range of reliable and economical hosting packages (from $3.95 / month), all with php support.
We also provide a Web Hosting Comparison table allowing you to access and compare current web hosting providers by features and price.
If you would prefer not to process your forms using your server ezyForm Hosting provides a hosted form processing service.
ezyForm Hosting - form processing made easy. Have ezyForm process your forms for you. A quick, economical and easy web form solution. By pointing your form action to your ezyForm processing account you can have the form data delivered to your email address, it's as simple as that. You can open a New Account and give it a test run free for 7 days.
ezyForm Hosting accounts are based on the Form1 processing engine and support most Form1 features and functionality. So if you are looking for a quick and easy way to process your web forms try ezyForm Hosting.
How do I display PHP Information (phpinfo)?
If php is running on your server you can use the phpinfo function to display the server php configuration.
To do this simply:
- Click this input text block to select the code, copy the code to your text editor (i.e notepad) and Save it as a file called phpinfo.php
- Upload this file to your web server
- Open the web server file in your browser i.e http://www.mydomain.com/phpinfo.php
When you open the php info file it will display current php configuration and settings on your server.
To find out more about php try PHP.net.