Does anyone have any experience with creating a simple WAP site?
I want a really simple two page WAP site, but i don't know if it is simple because i don't how php gets on with WAP.
Basically I want one one page which has a few php functions on that call database queries like _numrows etc so the WAP page would be...
---------------------
Rows in db: 10
Average of a certain column in db: 8.34
---------------------
If i can do that then the other thing i want shouldn't be a problem... dynamic links to another WAP page which does a similar thing to the first page but on a different db table.
So overall...
-- Wap page 1 -----------
Rows in db: 10
Average of a certain column in db: 8.34
Link 1
Link 2
Link 3
-------------------------
-- Wap page 2 -----------
Rows in db_link1: 3
Average of a certain column in db_link1: 0.1
-------------------------
This could be very easy but i've never done a WAP page before so any input from someone who has who be appreciated!
I want a really simple two page WAP site, but i don't know if it is simple because i don't how php gets on with WAP.
Basically I want one one page which has a few php functions on that call database queries like _numrows etc so the WAP page would be...
---------------------
Rows in db: 10
Average of a certain column in db: 8.34
---------------------
If i can do that then the other thing i want shouldn't be a problem... dynamic links to another WAP page which does a similar thing to the first page but on a different db table.
So overall...
-- Wap page 1 -----------
Rows in db: 10
Average of a certain column in db: 8.34
Link 1
Link 2
Link 3
-------------------------
-- Wap page 2 -----------
Rows in db_link1: 3
Average of a certain column in db_link1: 0.1
-------------------------
This could be very easy but i've never done a WAP page before so any input from someone who has who be appreciated!