Posts Tagged ‘php script’
PHP 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 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