vijayjoshi.org - php | javascript | ajax | and all things web

Posts Tagged ‘PHP’

Book Review: Mastering phpMyAdmin 3.3.x for Effective MySQL Management

February 10th, 2011 | Posted by Vijay Joshi | No Comments
Recently I was contacted by Richard from Packt Publication to review their new book “Mastering phpMyAdmin 3.3.x for Effective MySQL Management“. Being a PHP-MySQL developer and an avid reader of ...

Favorite tech links of the week : 17 Jan – 23 Jan, 2011

January 24th, 2011 | Posted by Vijay Joshi | 1 Comment
This post contains some of the useful and interesting tech links I found during last week. To keep up to date with the latest information, subscribe to the feed or follow ...

PHP class for expanding and shortening URLs using Google URL shortener API

January 21st, 2011 | Posted by Vijay Joshi | No Comments
I have combined the 2 previous posts for expanding and shortening goo.gl URLs and have created a small class for it. Below is the download link for the class. Expanding a ...

WordPress Internal Server Error 500 in wp-admin

January 13th, 2011 | Posted by Vijay Joshi | 19 Comments
If you are getting an internal server error 500 after installing wordpress while accessing admin, here is the fix. Most likely it is caused by low memory limit on your server. ...

PHP: Shorten URLs using Google URL shortener API

January 12th, 2011 | Posted by Vijay Joshi | 20 Comments
In past 2 posts you saw how short URLs can be expanded using the Google URL shortener API. This post shows how URLs can be shortened using this API. API key ...

Using PHP and cURL to expand URLs using Google URL shortener API

January 12th, 2011 | Posted by Vijay Joshi | 4 Comments
Yesterday I wrote this post explaining how short goo.gl URLs can be expanded using the newly launched goo.gl API. In that code we used php function get_file_contents to get the ...