I have managed to get PHP to pull in data from a MySQL database and output it as WML, and have it displayed on a WAP phone.
What I want to do is to have each row that gets displayed to be navigable so I can select it on the phone and go back and get more detail.
In my example it is an employee database. The names appear, populated from the MySQL DB and I want the user to be able to select a name and view the phone number and email address of the employee selected.
How do I do that with PHP/MySQL?
I have tried generating dynamic card names for the WML piece but that doesn't work.
Stuart
What I want to do is to have each row that gets displayed to be navigable so I can select it on the phone and go back and get more detail.
In my example it is an employee database. The names appear, populated from the MySQL DB and I want the user to be able to select a name and view the phone number and email address of the employee selected.
How do I do that with PHP/MySQL?
I have tried generating dynamic card names for the WML piece but that doesn't work.
Stuart