PHP strtoupper() Function
PHP strtoupper() Function makes all characters of string to uppercase....
PHP strtoupper() Function makes all characters of string to uppercase....
PHP ucwords() Function is used to convert the first character of each word to uppercase in string. The ucwords() is an in-built function of PHP....
PHP join() Function returns string with separator between two array elements....
PHP implode() Function is used to join array elements into string....
PHP explode() Function converts a string into an array....
PHP sha1_file() Function is used to generate the SHA-1 hash of a file. The sha1_file() function uses the US Secure Hash Algorithm 1....
PHP sha1() Function is used to generate the SHA-1 hash of a string. The sha1() function uses the US Secure Hash Algorithm 1....
PHP md5_file() Function returns the MD5 hash of the file....
PHP md5() function is used to generate the MD5 hash of a string. It returns the hash as a 32 character hexadecimal number. It uses the RSA DATA security. PHP md5() is predefined function....
How to generate color code using php program?...
HTML Form is used to collect data from user and submit it to server for processing data. Html
HTML Color picker is used to choose different color. We can apply in our html element by choosing color from Color picker....
HTML color codes...
HTML Colors are used to set color for text. background color for HTML elements, color for linked text, color for visited links, sets a color for active links....
HTML table tag