php-rest-sql
php-rest-sql copied to clipboard
Play with our RESTful database interface with our interactive REST tutorial
Hi, I've changed some PHP keywords to comply with [this standard](https://www.php-fig.org/psr/psr-2/#25-keywords-and-truefalsenull) in PSR2. It's admittedly a small fix but I hope it helps!
Trying to access the index.php file via PHP 5.4.16 on Windows XP, I have : ``` Deprecated: Assigning the return value of new by reference is deprecated in [...]\index.php on...
You can display phprestsql.ini config in the browser http://example.com/phprestsql.ini One of the solution is to add: RewriteRule phprestsql.ini !^$ to .htaccess
I extended the functionality the current version of php-rest-sql by the following: - Paging: when tables consist of thousands of rows, it makes sense to use paging to avoid massive...
How to use these php-rest-sql with AFNetworking in iOS. Please help me to solve this . When i am trying to connect server getting following error 2014-11-28 14:49:11.104 AFNetworkingTwo[2235:69667] Error:...
Is it possible to do a query with a where clause like in sql? If so would you mind providing some example code? If not: that would be a really...
Is it possible to use php-rest-sql with multiple databases?
When using MySQL-Views (for example to provide a merged dataset) it is shown like a usual table at the database overview however accessing it leads to a 0 byte response