php-sp-api icon indicating copy to clipboard operation
php-sp-api copied to clipboard

Single file PHP script that adds a REST API to a SQL database

Results 5 php-sp-api issues
Sort by recently updated
recently updated
newest added

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....

help wanted

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...

enhancement

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():...

help wanted

Does this work with MSSQL Databases?

question

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 /...

question