Php Code To Display Full Path

Php Code To Display Full Path

Looking for PHP code to display the full web server path to a file? You will find this script useful when setting cron jobs for example. A lot of websites require that php scripts are run periodically, in order to update data and make the website dynamic. In order to set the cron jobs you […]

Parse PHP In HTML Godaddy

Parse PHP In HTML Godaddy

Why would I want to parse PHP in HTML files? For example let’s suppose you have dozens of html files that have the exact same navigation or footer. When you update the menu you don’t want to go and edit all the static HTML pages of your website. So you use an include that will […]