PHP, Palm and PocketPC

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jsmolina
Forum Newbie
Posts: 1
Joined: Wed Feb 26, 2003 2:27 pm

PHP, Palm and PocketPC

Post by jsmolina »

Hi;

Is it possible to develop web app for Palm and Pocket PC PDAs using PHP or it necessary another tool like asp.net?

Thanks.
User avatar
BDKR
DevNet Resident
Posts: 1207
Joined: Sat Jun 08, 2002 1:24 pm
Location: Florida
Contact:

Post by BDKR »

Normally there are SDK's for many of those things. I'd check into it at their respective web sites. However, PHP may not be the most efficient way to get down the road when you talk about programming for small devices. The footprint for such an application needs to be rather small and efficient. PHP by nature of needing an "engine" to run against doesn't really fit this bill. I'd use something like C.

But got to the web site for one of them and check. If they provide a way of compiling or installing the engine on one of their devices, I guess there's a chance. :wink:

Cheers,
BDKR
Post Reply