programmer needed!

hi i need someone to can make a bot to run php files.

thx in advance (i can pay with paypal).
Hi,
I have over ten years experience in working with C++.
First of all, let me understand: you want C++ code on Linux that
will execute PHP code?
I have experience with "Roadsend PHP", see : http://www.roadsend.com/
it will create binaries that will execute PHP code , not need an interpreter.
Let me know.

Best Regards,
Nelucius
first thx for your reply.
sorry but that not work on windows :(
ca
n you tell me how can run php files on windows?
thx again.
Hi,
It works on Linux and Windows.
There is two possibilities to run PHP files on Windows:
-compile php script with Roadsend and create exe file for Windows
-run external program from C++ code ( php exe interpreter) and specify php script as
argument for php.exe.

Regards,
Nelucius
how can make a exe file for window?
Roadsend will compile PHP code and convert it into c++ code, then compile C++ and create exe file.
This probably wouldnt run well as an end result application, but great for a start, usually applications made in interpreters are groggy and slow :( ... dont get me wrong im still impressed, thats a pretty cool idea :)
Last edited on
I know how you can run PHP files in windows. All you have to do is install WampServer. Here is a link: http://sourceforge.net/projects/wampserver/files/WampServer%202/WampServer%202.2/wampserver2.2d-x32.exe/download

So what you do is install it. Then launch it out of the start menu...All Programs->WampServer->"start WampServer.exe"
Then an icon will appear on the bottom-right of your screen. Once it is green, click on it. Then click on "www directory". A folder will open. Put your php files in there. Now go to your web browser and type in: http://localhost/yourfilename.php

And thats how you do it.

Note: WampServer must be running.
Last edited on
You could install XAMPP that installs Apache, MySQL, and PHP to make them run.

http://www.apachefriends.org/en/xampp.html
Last edited on by closed account z6A9GNh0
Topic archived. No new replies allowed.