Category: php
If you host many wordpress blogs on the same server, then you can do this easily by the following PHP script. I have hosted 6 websites on the one …
Nowadays the web-based APIs are popular. Many large websites provide APIs such as Facebook, Twitter. The return value is often encoded using JSON format. To limit the user from …
In PHP, the function shell_exec takes a string parameter that allows PHP to run the linux commands in the shell e.g. BASH shell. So you have to be careful …
Not many programming languages support this kind of feature. We are not talking about substitution of the values in a string. Instead, we want to reference the variable using …
If you want to search twits with Pictures or Images using PHP, then the following script is right for you. First you would need to set up the Twitter …