Tag: php
The URL: https://helloacm.com/archives-of-pagesposts/ shows the list of historical posts and I have added a following nice figure that plots the number of posts for each month. You can see …
If you are tired of the crontab syntax, then this tool is made to save you a headache. https://helloacm.com/crontab-generator/ The time configuration for the crontab scheduler is specified in …
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 …
Suppose you have two or more domains that have image-copies of the same websites, and somewhere you would need to give a URL based on the current domain. For …