xmark02 Posted March 17, 2016 Share Posted March 17, 2016 Hi Guys, please refer on attached file for the reference on my issue. I don't know what's the issue Quote Link to comment Share on other sites More sharing options...
requinix Posted March 17, 2016 Share Posted March 17, 2016 Make sure your file is named *.php, that you are using full <?php tags (and not just ), and that you have PHP installed properly. Quote Link to comment Share on other sites More sharing options...
Psycho Posted March 17, 2016 Share Posted March 17, 2016 Also, make sure that you are trying to load the file by going through a web server (even if it is a local server): e.g. http://localhost/somefile.php You cannot just open the file in a web browser: e.g. file:///C:/path/to/file/somefile.php 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.