Thursday, August 2, 2012

Restict the download on the linospeed

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

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-