Tag: php

06
May
2017

Java J2EE Developer Freshers Interview Preparation

Kamil Toszek, Founder of TransQual (transqual.pl/en) Answered Jul 16, 2015 The books which you have mentioned are…

25
Dec
2015

PHP-GCM to specified destination number

https://github.com/anjlab/android-sms-gateway   Reference: https://gist.github.com/prime31/5675017#file-gistfile1-php-L16   code: <?php // API access key from Google API’s Console define( ‘API_ACCESS_KEY’, ‘the…

08
May
2015

Edit php.ini file of your VPS via SSH

Use vi editor to open php5’s php.ini file at ubuntu or any debian based os: Root login…

19
Feb
2015

PHP MySQL based simple image uploading system

I tried to built this system from youtube videos and by searching net. I am sharing the…