This topic is locked

Phone app sending add to PHPR site

3/21/2017 10:10:03 AM
PHPRunner General questions
A
ashumak author

Hi,
I have a phone app developer that wants to send an "add" to a table in my PHPR site. Looking online i see that "Rest" and an API might be needed. Any ideas where I can go to find out what is required or how I can do it?
AJ

admin 3/21/2017

We do not have this functionality yet. We will add it at some point.

HJB 3/21/2017



We do not have this functionality yet. We will add it at some point.


https://xlinesoft.com/phprunner/php-database.htm#
For inspiration purposes ...
P.S. https://xlinesoft.com/phprunner/docs/choose_fields.htm
... second screenshot inside refers ...

lefty 3/21/2017



https://xlinesoft.com/phprunner/php-database.htm#
For inspiration purposes ...
P.S. https://xlinesoft.com/phprunner/docs/choose_fields.htm
... second screenshot inside refers ...



Check this post .

Post to web application This was in asp but same idea. If you don't need to login to your phprunner app then see below.
This following is for connecting to mysql database and inserting data . You will still need a REST api to complete. Here is an idea Restfull Service with mysqli If you can already connect to database , start with step 3. If not Step 2. Notice the mysqli not mysql connection . deprecated in the link which is updated .