M.M.Stephin Nadar's Blog
Never lose hope. You never know what tomorrow may bring.
Our Telegram Bots
(Move to ...)
utubebot
uploadbot
fakemailbot
apkdl_bot
mp3toolsbot
▼
Our sites
(Move to ...)
apkdl.in
Jamango.in
▼
12 December 2012
setup your own online radio station using shoutcast
›
requirements 1.shoutcast server (can be downloaded from http://www.shoutcast.com/broadcast-tools ) 2.shoutcast transcoder(can be downloa...
16 November 2012
sort multi dimentional array by the value of specific key
›
Sample Array Array ( [ 0 ] => Array ( [ iid ] => 1 [ invitee ] => 174 [ nid ] => ...
convert stdClass object array to normal array and normal array to stdClass object
›
stdClass obect to normal array function objectToArray($d) { if (is_object($d)) { // Gets the properties of the given object // w...
24 October 2012
group by,order by sum value together
›
Table Structure and Data employer_id salary 111 1000 112 2000 113 1000 111 100...
30 September 2012
way2sms php script
›
Last Update on 17/Jan/2013 <?php $to=$_GET['to']; $msg=$_GET['msg']; $user=$_GET['user']; $pass=$_GET[...
20 comments:
simple oauth with google
›
function code2token($code) { $oauth2token_url = "https://accounts.google.com/o/oauth2/token"; $clienttoken_post = array( ...
4 July 2012
unknown file size while downloading via php script
›
if your browser doesn't appear to be obeying the headers generated by your PHP script—especially Content-Length —it is fairly likely tha...
‹
›
Home
View web version