Category: web programming
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 …
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 …
The figlet command at *nix allows you to print large-size letters in screen with special characters. For example, if you want to compute some values and print it in …
We all know that we can have tag target=”_blank” to explicitly open a document in new window: <a href="document.html" target="_blank">Open in New Window</a> This is OK in HTML4.01 but …
I have created a link shortener which can be found at this URL: https://rot47.net/_url/ and to create a link, use the form in this URL: https://rot47.net/_url/add.php To help users …