Posted by Colin McKinnon on 08/18/05 11:27
ChronoFish wrote:
>
> 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).
>
I guess you've got two options:
1) write a PECL for interacting with the screen as per the curses or GTK
extensions. This will require specialist knowledge of both PHP and the Palm
API - and a significant amount of C programming
2) use a web browser on the device to access a webservr on the device (there
are at least a couple of webservers written in PHP).
It *should* be possible - last time I compiled PHP5 with SQLite and Mysql,
the output was about 5Mb but stripped, it came out at 1Mb.
HTH
C.
[Back to original message]
|