PHP Check if File Exists
This PHP script checks if a file exists.
DetailsPHP Connect to MySQL Database
This PHP script connects to a MySQL database.
DetailsPHP Create a Table in a MySQL Database
This PHP script creates a table in a MySQL database.
DetailsPHP Create File
This PHP script will create a file if it doesn’t exist.
DetailsPHP Create a Database
This PHP script creates a MySQL database.
DetailsPHP Count Characters in a String
This PHP script counts the number characters in a string and outputs the result.
DetailsPHP Simple Contact Form
This is a PHP script for a simple contact form.
DetailsPHP Date Validation
This script uses PHP’s built in checkdate function to verify the date. The values must be split by the month, day, and year values for the function to work.
Details