bogdan8888 Posted March 7, 2006 Share Posted March 7, 2006 I planning to create forms in PHP/MySQL. but i'm not sure if it works on Pocket PC, Sidekick, or others PDA devices. did anyone done it? Any suggestions?Thanks a lot for your responceBogdan Link to comment https://forums.phpfreaks.com/topic/4369-will-php-page-works-on-pocket-pc-sidekick-or-others/ Share on other sites More sharing options...
XenoPhage Posted March 7, 2006 Share Posted March 7, 2006 [!--quoteo(post=352624:date=Mar 7 2006, 04:38 PM:name=Bogdan)--][div class=\'quotetop\']QUOTE(Bogdan @ Mar 7 2006, 04:38 PM) [snapback]352624[/snapback][/div][div class=\'quotemain\'][!--quotec--]I planning to create forms in PHP/MySQL. but i'm not sure if it works on Pocket PC, Sidekick, or others PDA devices. did anyone done it? Any suggestions?Thanks a lot for your responceBogdan[/quote]PHP/MySQL is server side. ie, the server is responsible for running the code. Only HTML/WML/CSS/Javascript is output to the client. So, yeah.. provided your code outputs HTML that those devices can handle, it works fine. Link to comment https://forums.phpfreaks.com/topic/4369-will-php-page-works-on-pocket-pc-sidekick-or-others/#findComment-15171 Share on other sites More sharing options...
bogdan8888 Posted March 8, 2006 Author Share Posted March 8, 2006 thanks a lot.that what i thought too. i just tested with sidekick, php works fine, just problem with tables.thank again for your responce Link to comment https://forums.phpfreaks.com/topic/4369-will-php-page-works-on-pocket-pc-sidekick-or-others/#findComment-15251 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.