ryansuitposungkono / openjs-grid

Automatically exported from code.google.com/p/openjs-grid
0 stars 0 forks source link

The action attribute doesn't call ajax.php to connect to the database #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Action attribute in a table tag?
2. How does this work?
3. Please explain...

What is the expected output? What do you see instead?

The action attribute doesn't call ajax.php to connect to the database

What version of the product are you using? On what operating system?
version 1.8

Please provide any additional information below.

Original issue reported on code.google.com by westdh...@gmail.com on 2 Dec 2011 at 3:58

GoogleCodeExporter commented 9 years ago
I can directly access ajax.php and connect to the database.
I cannot using index.php.
also I am getting and sql error
 SELECT `orders`.``,orders.id FROM `orders` ORDER BY LIMIT 0, test2:.... string(95) " SELECT `orders`.``,orders.id FROM `orders` ORDER BY LIMIT 0, " You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 0,' at line 8

Original comment by westdh...@gmail.com on 2 Dec 2011 at 8:20