jeudi 5 novembre 2015

Getting specific data from a MySQL database based on SQLite database

I have a table called 'patients' inside an online MySQL database. I need to retrieve a record matching the 'email' field inside the 'patients' table. The 'email' to be passed to the SQL query to search for a record in the MySQL table should be gotten from a table inside a local SQLite database.

I need to write a php script to help me in this regard.

Aucun commentaire:

Enregistrer un commentaire