PHP script

Sistemas

Member
Licensed User
Hi, why don't you try this:

1. create a bat file containing this line:

(your php path)\php\php.exe yourphpscript.php

2. in Basic4PPC use the shell to call your bat

I haven't tested but it should work
 

Tex8503

Active Member
Licensed User
Longtime User
uh... If I'm not mistaken - you'd need a version of PHP designed to run on a device (not to mention a web server) for this to work...

Maybe you'd have more luck telling us what you're trying to accomplish with PHP and we can provide an alternate solution?

If you're trying to port a PHP app - I think you might be SOL. Personally - I've been trying to find a good HTML 5 browser for WinMo to accomplish web based apps - but its slim pickings.
 
Hi,

I want to do a tv guide app. I cant do it directly in basic4ppc. im not a good programmer. So i have a php script that takes all the information a need from a web page that is where the channels information are.


Best Regards
 

Sistemas

Member
Licensed User
If you are able to program in php, I suggest you to create a script that returns the web information. Use HTTP.dll in Basic4PPC to open your url/webpage and receive data. Check HTTP examples, they are useful.
Sistemas
 
Top