-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic Setup/ connect to mysql #80
Comments
can you confirm that those mysql connect details are correct? Make a standalone PHP files with just those, and make a normal database call to see. Also check your PHP errors file on your computer to see if that tells you what's up. |
Yes, mysql login information is correct, I tried a script to ensure connection. The PHP error says; Unknown column 'tutorials.' in 'field list' I am receiving the same error when I also tried to replace the db with my "products" database that I am already displaying dynamically in another table. I am hoping to replace all my tables with your grid. |
So, according to that error, you don't have a field called "tutorials" in your table "users". But you also aren't asking for "tutorials". So can you just send me a zip of all your files for this? I don't think what you gave me in gist is what you're using for this example. |
So, at this point I have managed to "somehow" make the table appear with my "products" db on your basic setup index.html link. Now, I have copied and pasted the same exact code into my "inventorygrid.php" link and it does not work at all!
Thanks again! |
You’ll need to check your database creds, the fields that you’re selecting On Fri, May 29, 2015 at 2:30 PM angthen [email protected] wrote:
|
Hi!, Thank you for your quick response on your youtube channel. Again I can not dynamically display the demo db from mysql. My database is named "user" and the table is "tutorials" which I uploaded from the sample.sql file.
Here is the ajex.php code
<script src="https://gist.github.com/angthen/2c5e5fdf5b32287fef4b.js"></script>https://gist.github.com/2c5e5fdf5b32287fef4b.git
Here is the index.html code
<script src="https://gist.github.com/angthen/116660ac189b2e8511ca.js"></script>https://gist.github.com/116660ac189b2e8511ca.git
I am sorry that this is such a basic question.
Thanks again!
The text was updated successfully, but these errors were encountered: