Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I hope my question makes sense. I will try and explain the problem in detail.

I have a Xamarin.forms application that has C# code behind functions which take in user input date and time picker values. I want to be able to send these picker arguments to a PHP script(index.php) hosted in a Azure web app.

The PHP script has SQL Select statements in it for retrieving the records from the Azure SQL DB table. I want to only retrieve data recorded during the Day and time period chosen by the user.

What I have tried:

Is it possible to do this using client server modules/HTTP requests?

I am not sure where to start. Can one of you kindly guide me in the right direction....
Posted
Updated 24-Apr-19 23:27pm

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900