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 Link to comment https://forums.phpfreaks.com/topic/280174-cannot-pull-from-access-database-to-post-information/ 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. Link to comment https://forums.phpfreaks.com/topic/280174-cannot-pull-from-access-database-to-post-information/#findComment-1440796 Share on other sites More sharing options...
AbraCadaver Posted July 15, 2013 Share Posted July 15, 2013 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 Link to comment https://forums.phpfreaks.com/topic/280174-cannot-pull-from-access-database-to-post-information/#findComment-1440797 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.