I know this topic comes up every so often - so I thought I would annoy
everyone and ask again.....
I am looking for a way to write PHP apps on a Palm based computer.
Why? Because I like PHP, and the whole Palm OS paradigm is very
web-server like (from a user point of view).
If the you envionsion a plam screen as a web browser and the Palm DB as
either a database or file system, you could easily and quickly build
PHP apps for palms.
I have several apps I would like to crank out - however cranking out
C/C++ code is no longer my specialty and the nuances for Palm involve a
learning curve that I never have enough time to conquere (I have put
together several Palm apps in the past - and now it seems I struggle
with "hello World". Why would you create a system that is so difficult
to change strings of things like labels? The entire UI is string
based!)
Anyway the bottom line is this: Has anyone done it?
I imagine creating a LAMP stack (uclinux, apache, php, mysql) is harder
than it sounds or else I would have found examples already. And
actually just a file system would be suffice (no real need for mysql).
-CF
everyone and ask again.....
I am looking for a way to write PHP apps on a Palm based computer.
Why? Because I like PHP, and the whole Palm OS paradigm is very
web-server like (from a user point of view).
If the you envionsion a plam screen as a web browser and the Palm DB as
either a database or file system, you could easily and quickly build
PHP apps for palms.
I have several apps I would like to crank out - however cranking out
C/C++ code is no longer my specialty and the nuances for Palm involve a
learning curve that I never have enough time to conquere (I have put
together several Palm apps in the past - and now it seems I struggle
with "hello World". Why would you create a system that is so difficult
to change strings of things like labels? The entire UI is string
based!)
Anyway the bottom line is this: Has anyone done it?
I imagine creating a LAMP stack (uclinux, apache, php, mysql) is harder
than it sounds or else I would have found examples already. And
actually just a file system would be suffice (no real need for mysql).
-CF
Comment