php-sp-api
php-sp-api copied to clipboard
Single file PHP script that adds a REST API to a SQL database
Hi I'm trying to find my first steps in php_crud, which is quite self explenatory. I was also trying this php-sp-api which I could not understand how to use it....
I have some stored procedures that will generate errors using the syntax SIGNAL SQLSTATE '45000' SET MESSAGE_TEXT = '[My error message here]'; Could the API be adjusted to make these...
Getting a repeatable error on calling a stored proc: > Warning: Packets out of order. Expected 15 received 1. Packet size=7 in /home/xxx/api.php on line 128 > > Warning: mysqli_next_result():...
Hi, I've two questions: 1- The API supports stored procedures with parameters?. If yes, how to do it? 2- What's the security of the api? Can I use auth /...