Some web hosting service providers do not support PHP environment. Before using GoldenCAN PHP code, please make sure that your website is fully PHP compatible. You can use the following steps to check your settings:
1. Create a new page named testpage.php
2. Copy and paste the following code in the newly created page.
php
ECHO date("M-d-Y");
?>
3. Upload your page in the web directory.
4. Browse to this newly uploaded page through your web address.
If your website supports PHP the page should display the current date on your web server. If it does not display the current date then you might not be able to use GoldenCAN PHP code unless you move your website to a web server with PHP facility. But you can still use JavaScript, ASP and ASP.Net Code.