I am a PHP programmer and new to mobile development. I researched and found information that shows that the only way to connect a MySQL database is to use jquery to retrieve or send information from HTML5 pages to the database using PHP scripts. I have the following table in my database:
table name: employees
1 - Id
2 - firstName
3 - lastName
4 - lastUpdate
I would like to list all the employees in the table in the DIV content of my mobile application, and then be able to click on any employee and send the actual date in the lastUpdate field.
Please have a hint or any place where I can see instructions and develop my work? Thank you in advance.
source share