Hi,
I have created a Mobione site and that works well. Now I am trying to add functionality and I am having problems.
I want to get some data from a mySQL database and display it on the screen. But I cant seem to find anywhere that will tell me how to do exactly what I want…
This is an idea of what I want to do…
1. Have a list of available course types. (This is a standard mobione static screen that I can create ok)
Available Course Types:
Java Programming >
MySQL and you >
PHP Primer >
HTML for Dummies >
etc.
2. When someone clicks on Java Programming, they get a list of “available courses” that we run on that topic…. looking something like this…
Java Programming Courses:
23rd June 2013 – £250 – in Birmingham >
15th Sept 2013 – £250 – in London >
etc.
This screen is created dynamically using the data contained in the database.
THEN… when they click on (for example) the London course, they get a screen that shows them all the extended details of the course, along with a button to book the course.
All of this I can do on a standard HTML/PHP page, but I am struggling to do this within the Mobione/Jquery framework – because I cant see how I can DYNAMICALLY create a page that contains a list of items that can be selected for more details.
Can anyone help me and tell me where is a good place to look for how to create those dynamic pages. Or point me to a tutorial?
Many thanks!
Philip.