create array from comma separated list Icon
Use the PHP Explode() command to create an array from a comma separated.
Free
convert string to uppercase capitals Icon
PHP provides a simple function to convert all letters to uppercase
Free
format date to mysql datetime Icon
Convert the current date and time to MySQL datetime format using PHP's date.
Free