0 2094 Sort Multi-dimensional Array by Value funlab June 9, 2018 2094 0 We can sort multi dimensional array in php easily by any of it’s value. below are simple example I use in my code and it works great! Read more
0 3193 Remove array value in php funlab December 30, 2016 3193 0 It is simple to remove array value in php code Read more
0 2831 Calculate Age By PHP funlab December 28, 2015 2831 0 We can calculate age by the following code Read more
0 4580 Calculate Time Between Two Date by PHP funlab December 28, 2015 4580 0 This function calculate the time difference between two dates and time and return the hours and minutes Read more
0 3021 Mail by php funlab December 28, 2015 3021 0 Simple send mail code of php given below. ini_set() is optional. Read more
0 2456 How to show a specific part from a html text funlab December 28, 2015 2456 0 This is an easy task. Just use a php function and show as you like. Read more
0 2574 Date array sort by php funlab December 28, 2015 2574 0 This is very simple. but date format(Y-m-d) is very important. Read more
0 2829 Submit HTML from within PHP code automatically by CURL funlab December 23, 2015 2829 0 Submit HTML from within PHP code automatically by CURL Read more