ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: leceng47 on October 29, 2020, 03:58:49 pm
-
Hello. I am trying to get used to the PQ Grid so that I can use it when I make the website I want.
I am now practicing(developing) it with PHP.
I am very familiar with using Java or Php but I don't know how to use asp,
I am doing the work with "Inline editing" - "Batch editing"
But, there are 2 questions.
1.
url: "/pro/products/batch", //for ASP.NET, java
I could only find ASP and JAVA on this line. why isn't there PHP here?
2.
url: "/pro/products/get", //for ASP.NET
//url: "/pro/products.php", //for PHP
it worked this way, but,
//url: "/pro/products/get", //for ASP.NET
url: "/pro/products.php", //for PHP
when I changed the code like this, so that I could do it with PHP not ASP, It didn't work, only showing blank page.
Please help me with the issues. I really wish to use PQ Grid well. Thank you
-
1. it's /pro/products.php for PHP
There is no hard and fast rule for urls. If you are familiar with PHP, you would know to substitute it with a url according to your setup.
2. url: "/pro/products.php", //for PHP
doesn't work because it's only for guidance and there is no live PHP code on the ParamQuery server.