1
vote
0answers
69 views

How to create Setup of Application that have made in PHP

I am beginner for PHP, I have developed an Application in PHP 5.3.9 and now I want to give it to my client, but the problem is I don't know how to make setup of that? I have tried BAMCOMPILE for ...
-1
votes
3answers
121 views

How to Make .exe file for P.H.P. offline Application with Security [duplicate]

I have shown this Convert a PHP script into a stand-alone windows executable , but my problem is still remains :( I have developed a Offline Application using Core P.H.P., now I want to Sell it to my ...
17
votes
3answers
472 views

Matlab executable too slow

I converted my Matlab program into a Console based application using the deploytool in Matlab. The Matlab .m file takes around 2 seconds to execute, but after I converted it into an executable and ...
-2
votes
2answers
491 views

How to create .exe executable file for php project [duplicate]

I developed one project using YII framework. Now I want the project in single executable file. Is it possible to create using yii or php libraries. How to create .exe executable file for yii ...
-1
votes
2answers
213 views

Run .exe file from linux server to Windows client?

Can .exe file runs From linux server to Windows client.. take a look at this : $command = '../views/macaddress/macaddress.exe'; exec( $command, &$output); var_dump($output,$dir); when i run ...
-3
votes
1answer
136 views

How to run EXE files in PHP? [closed]

I have been experimenting with C# and PHP and i made a bot software that keeps a user logged into a game called "second life". The software works perfect, but i do not want to have to keep it on my ...
0
votes
0answers
26 views

Bambalam not compiling php on windows 7

Is there a way to compile my php project into an exe. Bambalam will not work on windows 7.
0
votes
3answers
99 views

Making a php software into .exe [duplicate]

Possible Duplicate: Convert a PHP script into a stand-alone windows executable I want to make .exe file of my ERP. How do i convert my software into .exe? I have no idea about it. Its ...
-1
votes
1answer
79 views

php website ran in an exe

I have built a website using php, jquery and mysql.it is running on the server now Ive seen a Couple website to convert local php pages to exe files. But i am looking for a program that will allow ...
0
votes
2answers
75 views

PHP or Use of Exe file? [duplicate]

Possible Duplicate: websites urls without file extension? I'm not sure what it is exactly but after looking at sites like Facebook and others I often see urls like ...
2
votes
2answers
172 views

PHP output buffering (ob_start, ob_flush)

I used php output buffering earlier in order to create csv file from database, because i didn't want to create an existing file, just wanted to make content downloadable. CSV is text-based file, so ...
0
votes
1answer
424 views

Run a .exe with input parameters from PHP web page

I'm currently trying to get an executable to run from within a PHP web page (currently using exec()). The program takes two arguments when run from the command line; I'm not sure what the best method ...
2
votes
2answers
60 views

Bug encountered while Executing .exe file from a Php script [duplicate]

Possible Duplicate: Why is PHP not replacing the variable in string? I have been trying to execute this line echo exec('hi.exe $file',$results,$status); from Php. where the value assigned ...
0
votes
2answers
363 views

Calling client side application using server side language PHP

I am trying to create an application for client side that can be called by php and terminates certain program when it executes. I tried developing an exe file for this but I can't call the exe file ...
-1
votes
2answers
1k views

How to run abc.exe using php

I want php file to run exe file and display the exe file content when user goes to a particular url. I am trying to run exe file using php function exec('abc.exe');. But I only see blank page. ...
-1
votes
5answers
501 views

How to execute a php script from another?

How to execute a php script from another ? I want to execute 3 php scripts from my php file without waiting for the 3 scripts to finish. In other words, the 3 php files need to be executed all at ...
4
votes
4answers
355 views

How to develop a desktop application or exe file for the web app developed in PHP,so that the customer can access it when there is no internet

We have a web-application(Loyalty platform for restaurants) developed in PHP. But most of these merchants dont have internet connection all the time. So, is there way to convert only merchant module ...
1
vote
1answer
149 views

Call a Windows Forms .NET EXE from PHP

I've seen many posts on stackoverflow but none of them helped. I was (am) trying to run a .NET Windows Forms application (it doesn't contain any forms/GUI/dialogs/so but because of the nature of app ...
-1
votes
2answers
132 views

PHP - Performance when executing tasks in exe with php vs same task in php [closed]

Is this performance effective (on a Windows Server) to execute tasks in .exe lauched by a php script? I'm a C# .Net coder and find it way more faster/easier to code directly in C# my backend SQL and ...
-2
votes
1answer
353 views

PHP Packager/Installer: Alternative to ionCube Package Foundry? [closed]

I am looking for a software to package my php scripts as an exe archive. My customers should be able to run this archive on Windows, enter their FTP login data, choose a directory, confirm license ...
1
vote
5answers
3k views

Create .exe file in php with mysql database

i have developed in-house software for hotel management system using PHP/MYSQL. Our Client wants Software in .exe format and used in desktop. i use various softwares for .exe conversion but it only ...
1
vote
2answers
813 views

run .exe file from web application

I have application called unistat installed on my pc. I want to pass an argument from a web page and retrieve output from that program. Is this possible? How i can connect the website based on PHP ...
-2
votes
2answers
133 views

How would I redirect a non-php file's URL, without editing the .htaccess file?

So basically I need a way to take an exe file on my server and make a php function to toggle it's availability. I do not want to just rename, move, or delete the file, but redirect to a page ...
2
votes
4answers
1k views

PHP: possible to compile a web-application into a windows application?

I have developed a PHP web application, but a client insists on a real Windows application, since he doesn't like running the software inside a browser. Are there any solutions for this, any ...
0
votes
4answers
675 views

Extracting self-extracting exe archive via php

I have a problem. I have the service which is giving me .exe file which they claim is in fact zip archive. A self-extracting archive. Problem is that I am downloading that with my app (php) to server ...
3
votes
1answer
335 views

“This type of file could harm your computer” message in IE9 [closed]

Why if I link directly the *.exe file in the following way: <a href="http://download.domain.com/setup.exe">Download setup</a> I don't get the IE9 message: "This type of file could harm ...
0
votes
0answers
689 views

PHP + MYSQL to .exe

How can i creat an application that has a fixed data mysql db and a php script? i try some prograns soo i can“t use DB. Upu can see the app here: www.grameddobrasil.com.br/conversuture/ This is a ...
0
votes
3answers
694 views

How to extract icon from executable using PHP?

I need to extract the icon (.ico file) out of an executable (.exe). I asked something similar in another question but the fact I asked it for linux wasn't a good idea. I need it for PHP... but this ...
-1
votes
5answers
1k views

run exe from web page?

Hi I want to make a web page that lunches an exe on the server when loaded i tried php: exec('filename'); but this wont show the gui it only work with console apps i also tried .net to do that it ...
1
vote
2answers
611 views

Is anyway to make the php projects in exe format?

It is possible to make the php projects in exe format (i.e like vb project exe format) ? Please help me, thanks in advance
3
votes
3answers
1k views

How to pack PHP files into exe?

I just found out Luminotes (http://luminotes.com/) offers desktop version. I downloaded it and executed. When I execute it, Luminotes opens up a web-browser. It seems like that it uses its own ...
3
votes
2answers
1k views

Remove File After Time in PHP

I have a php script that provides a link to a temporary file that is created with the script. I want the person to be able to download the file, but I don't want the file to stay on the server for a ...