blog.stephin.in
Stephin Nadar's Blog: July 2012
http://blog.stephin.in/2012_07_01_archive.html
July 4, 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. 8212;it is fairly likely that Apache's mod deflate extension is enabled. You can easily disable it for a single script using the following line in an applicable. SetEnvIfNoCase Request URI /download .php no-gzip dont-vary. Thanks to http:/ paul.luminos.nl/show post.php? Posted by Nadar boy. Subscribe to: Posts (Atom).
blog.stephin.in
Stephin Nadar's Blog: Find rank of user(s) using mysql query
http://blog.stephin.in/2014/12/find-rank-of-users-using-mysql-query.html
December 28, 2014. Find rank of user(s) using mysql query. SELECT count( * ). WHERE a.balance b.balance ) AS rank,id. ORDER BY rank;. If you want get rank of a specific user use where clause like this. SELECT count( * ). WHERE a.balance b.balance ) AS rank,id. FROM user b WHERE id='1'. ORDER BY rank;. Posted by Nadar boy. Subscribe to: Post Comments (Atom).
blog.stephin.in
Stephin Nadar's Blog: June 2012
http://blog.stephin.in/2012_06_01_archive.html
June 7, 2012. Reset mysql root password. Mysqld is one of the running processes. Kills the daemon, if. Run MySQL safe daemon with skipping grant tables. U root mysql -. Login to MySQL as root with no password. Posted by Nadar boy. Subscribe to: Posts (Atom).
blog.stephin.in
Stephin Nadar's Blog: January 2013
http://blog.stephin.in/2013_01_01_archive.html
January 17, 2013. Indian mobile number location database. Last Update on 17/Jan/2012. Just an array of data which consists of operator and state name. Download from here https:/ github.com/hebrew878/mobilenumberdb. Posted by Nadar boy. Links to this post. Subscribe to: Posts (Atom).
blog.stephin.in
Stephin Nadar's Blog: form auto save using jquery
http://blog.stephin.in/2013/03/form-auto-save-using-jquery.html
March 30, 2013. Form auto save using jquery. Whenever any changes occurs in the form this will make ajax request to save the form data. Var str = jQuery("#form").serialize(); / post variables present in the form input,select and all inputs. Type: "POST", / method. Url: "/save.php", / url to make request. End of form change. Posted by Nadar boy. Subscribe to: Post Comments (Atom).
blog.stephin.in
Stephin Nadar's Blog: March 2015
http://blog.stephin.in/2015_03_01_archive.html
March 11, 2015. In the recent days, jolo.in free recharge api provider has become more worse than ever. no recharge was successful but the amount getting deducted ,emailed them (sales@jolo.in) couple of times asking whats going on? My previous blog post was about mobikwik recharge api. so in this post i am writing to tell you all how i migrated to mobikwik api without disturbing my current site setup. Here is the trick for Operator code mapping. Op='AT'; / operator code for jolo. AT'= array('op'= 1),.
blog.stephin.in
Stephin Nadar's Blog: April 2013
http://blog.stephin.in/2013_04_01_archive.html
April 17, 2013. Import GeoIP csv to MySQL DB provided by MaxMind. You can download GeoIP csv database from http:/ www.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip. Unzip and extract the csv file just upload it your web server. Ips=explode(" n",file get contents('GeoIPCountryWhois.csv') ;. Perform your mysql insert query here. That is all :). Posted by Nadar boy. Links to this post. April 14, 2013. How To get Resellerclub Slab 2 Pricing. We accept payments By PayPal and Ccavenue.
blog.stephin.in
Stephin Nadar's Blog: March 2013
http://blog.stephin.in/2013_03_01_archive.html
March 30, 2013. Form auto save using jquery. Whenever any changes occurs in the form this will make ajax request to save the form data. Var str = jQuery("#form").serialize(); / post variables present in the form input,select and all inputs. Type: "POST", / method. Url: "/save.php", / url to make request. End of form change. Posted by Nadar boy. Links to this post. March 1, 2013. Fetch google contacts using access token and parse it. Access token=$ GET['access token'];. Max results=$ GET['max results'];.
blog.stephin.in
Stephin Nadar's Blog: import GeoIP csv to MySQL DB provided by MaxMind
http://blog.stephin.in/2013/04/import-geoip-csv-to-mysql-db-provided.html
April 17, 2013. Import GeoIP csv to MySQL DB provided by MaxMind. You can download GeoIP csv database from http:/ www.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip. Unzip and extract the csv file just upload it your web server. Ips=explode(" n",file get contents('GeoIPCountryWhois.csv') ;. Perform your mysql insert query here. That is all :). Posted by Nadar boy. Subscribe to: Post Comments (Atom).
blog.stephin.in
Stephin Nadar's Blog: September 2012
http://blog.stephin.in/2012_09_01_archive.html
September 30, 2012. Last Update on 17/Jan/2013. Nos=explode(",",$to);. Ch = curl init("http:/ site5.way2sms.com/Login1.action");. Curl setopt($ch, CURLOPT RETURNTRANSFER, 1);. Curl setopt($ch, CURLOPT VERBOSE, 1);. Curl setopt($ch, CURLOPT HEADER, 1);. Curl setopt($ch,CURLOPT POSTFIELDS, "username=$user&password=$pass&userLogin=yes&button=Login");. Response = curl exec($ch);. List($header, $body) = explode(" r n r n", $response, 2);. Jid=explode(";",$jid[1]);. E=explode(" ",$jid);. Posted by Nadar boy.