Forum Moderators: coopster
I've been reading up on this topic but with very little luck so far, hence the direct post.
As far as I can gather, for anything to show on a mobile web page, the page must be written in xhtml. Is there any way to include php? My efforts thus far have failed.
Instance 1: I have renamed the page .php and included an excerpt of php and this did not show. Nothing showing.
Instance 2: I renamed the page .php and echoed everything from dtd down to </html>. Nothing showing.
Instance 3: I have kept the page .xhtml and included excerpts of php. Nothing showing.
I AM a novice but can't find any answers (in my language!) anywhere. Is it possible, and if not, can anyone point me in the right direction (in the end I would like to query a mysql database from a mobile phone).
I will appreciate any comments.
Derek
I'd suggest you start with a VERY simple "Hello World" static (HTML) page, and progressively modify it until either it breaks or you succeed. Taking it one step at a time will greatly simplify the task.
Jim