programmer needed!

Mar 31, 2012 at 6:42am
hi i need someone to can make a bot to run php files.

thx in advance (i can pay with paypal).
Mar 31, 2012 at 8:19am
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
Mar 31, 2012 at 3:41pm
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.
Apr 1, 2012 at 12:27pm
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
Apr 1, 2012 at 6:43pm
how can make a exe file for window?
Apr 2, 2012 at 7:56am
Roadsend will compile PHP code and convert it into c++ code, then compile C++ and create exe file.
Apr 5, 2012 at 11:02pm
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 Apr 5, 2012 at 11:02pm
Apr 7, 2012 at 10:11pm
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 Apr 7, 2012 at 10:12pm
Apr 9, 2012 at 3:33am
You could install XAMPP that installs Apache, MySQL, and PHP to make them run.

http://www.apachefriends.org/en/xampp.html
Last edited on Apr 9, 2012 at 3:33am by closed account z6A9GNh0
Topic archived. No new replies allowed.