top of page
This site was designed with the
.com
website builder. Create your website today.
Start Now
123-456-7890
Home
Blog
More
Use tab to navigate through the menu items.
Prog Mania
Education
Recent Posts
PHP program to convert 12HR time Format into 24HR time format.
PHP program to find the last non-repeating character in a String.
Inheritance program in Java
Archive
November 2017
(2)
2 posts
October 2017
(2)
2 posts
September 2017
(1)
1 post
June 2017
(1)
1 post
May 2016
(1)
1 post
Tags
professional video
(1)
1 post
video production tips
(1)
1 post
PHP program to convert 12HR time Format into 24HR time format.
Source code: <?php //$input = $_POST['time']; $input = "07:05:45PM"; $arr = str_split($input); //converting string into array ...
PHP program to find the last non-repeating character in a String.
Source code: <?php function find_non_repeat($word) { $n = strlen($word); for ($i = $n-1; $i >= 0; $i--) { if (substr_count($word,...
bottom of page