Connect Amazon RDS Oracle DB AWS Through PHP I had troubles at start on how exactly to connect to Amazon RDS Oracle DB AWS through my php code, but finally found the...
Send SMS PHP Script / API Through Mobile Don’t want to spend (much) money on sending SMS through different APIs? If you have unlimited SMS plan on your mobile, or a good...
Get Last Connected Database IP – PHP / MySQL If you are using multiple database servers, because of load balancing or some other purpose, and you want to do some debugging, or got...
Array Merge Preserve Keys PHP While merging two arrays in a new array through array_merge function, it resets the array keys (in integer) and sets the keys in ascending...