If we have developed an application, and it is to run on client's PC.
Can we make the executable file for the application? so that the source code need not be copied on client's PC.
For this application to run on client's PC, is it required that there has to be PHP installed on that PC? The application will database to store the records. Can we create this database ( if we make the text file with create statements for various tables), when the application is loaded for the first time on that PC?