Hi, Do I need to include or do separate php file on setting the defaults?This is 1 of many DEFAULTS im going to set before loading/adding any record.Example:
date_default_timezone_set(‘Australia/Melbourne’);
$date = date(‘m/d/Y h:i:s a’);Is this okay to initialize my defaults under Global->All_Pages->Page_Head?
No. You should put that code in “Global Code” under “Server Events”.
Not working on my case but Global->all pages->page_loading will work
Hi, many thanks.
For me Global->all pages->page_loading working perfectly.
Many thanks
Ahsan