I am a PHP programmer and new with mobile development. I have researched and found information that shows that the only way to connect a MySQL database is using the jquery to retrieve or send information from the 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 in the content DIV of my mobile app all employees within the table and then be able to click on any employee and send the actual date to the lastUpdate field.
Please, is there any tip or any place where I may see instructions and develop my work? Thank you in advance.