newguyneedshelp Posted July 15, 2013 Share Posted July 15, 2013 Hello, I am having trouble getting my data to pull from an access Database and show the results. I have attached everything to this post. Can someone look at the code and let me know if it is correct. Thank you in advance. NHL.php NHL2.php Quote Link to comment Share on other sites More sharing options...
gizmola Posted July 15, 2013 Share Posted July 15, 2013 How about instead, you add some debugging and try and pinpoint what "trouble getting my data to pull" actually means. People can't debug an application when they don't have your access database. Quote Link to comment Share on other sites More sharing options...
Solution AbraCadaver Posted July 15, 2013 Solution Share Posted July 15, 2013 (edited) You need an editor with syntax highlighting and error reporting: error_reporting(-1); ini_set('display_errors', '1'); Parse error: syntax error, unexpected 'TeamName' (T_STRING) in NHL2.php on line 22 Edited July 15, 2013 by AbraCadaver 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.