Category: php
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 …
When I was using share-hosting @ Fasthosts, the wordpress blog never asked me for FTP login details. After I move everything to VPS @ QuickHostUK, the following dialog kinda …