Thursday, August 2, 2012
Create Bit.ly, TinyURL, Is.Gd, U.Nu and Won Short URLs Using PHP - API
I have create the process on script:
1. Bit.ly Short URLs Using PHP API,
2. TinyURL Short URLs Using PHP,
3. Is.Gd Short URLs Using PHP
4. U.Nu Short URLs Using PHP, 5. Won Short URLs Using PHP
1. Bit.ly Short URLs Using PHP API,
2. TinyURL Short URLs Using PHP,
3. Is.Gd Short URLs Using PHP
4. U.Nu Short URLs Using PHP, 5. Won Short URLs Using PHP
Wednesday, July 25, 2012
How to Create a Simple API with PHP and MySQL
Introduction:
This article will cover how you can create a very simple API for any one of your projects. We are going to be using PHP and MySQL for the back end, and we will output our API data in two formats: XML or JSON.
Friday, April 20, 2012
Executing PHP codes in WordPress Page/Post
Everyone want to write php code in wordpress as his mine. But wordpress support only its won code definitions. I wan to coded php in wordpress cms as like this code in a post and it should be work. but how......
[php]
<?php
echo "The year is: ";
echo date('Y');
?>
[/php]
There is a solution and I am giving you a plugin that you can write your php code as your mine.
For this you should follows the instructions-
[php]
<?php
echo "The year is: ";
echo date('Y');
?>
[/php]
There is a solution and I am giving you a plugin that you can write your php code as your mine.
For this you should follows the instructions-
Subscribe to:
Posts (Atom)