Having some troubles so any help would be greatly appreciated.
I have a web based system that uses php/mysql.
Am now trying to set up a small part of this that can be accessed with a mobile phone.
Using php/mysql and wml to do this, have php files and change the headers to make them WML files.
Have been able to view them in a wap browser and interact with the database etc
One part is causing me problems though, I take input from the mobile user, a number and also a selection from a pull down menu.
I use these in one of my queries to display some results but I just can't seem to get it to work.
I can display their entered number and selected option by using
$(number) and $(location) but if I use them in the queries it wont work.
Is it possible to use them?
Anyone point me in the right direction or show me how to be able to use these in a query?
Thanks