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
▼
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...
7 June 2012
reset mysql root password
›
ps -ef | grep mysql - checks if mysql / mysqld is one of the running processes. pkill mysqld - kills the daem...
12 May 2012
services and its port
›
netstat -antp | grep LISTEN
25 March 2012
unique combination of multiple columns in mysql
›
alter table tablename add unique index ( column1,column2,column3 );
‹
›
Home
View web version