Skip to content

Run a PHP file every 5 seconds using Shell Script

I want to run a php file every 5 seconds using Shell Script. But sometimes the script gets run every second or sometimes gets stop running. Do I need to use crontab also? Please help. Answer The best thing would be to configure crontab to keep the execution or another program installed as a service. The probl…

html dropdown not working in wordpress website

i have a website in wordpress, thenter link description here there is a section in the footer of the websiite like in the below image: i want to make this section a dropdown , so i added the …