How to create the build of PHP application -


I have developed a web application in ph I and I have to host it in server but before that I have to source code How can I get it? ..

in asp.net We were using the "build" option. This means that the IDE will compile the code and it will ignore the .aspx.cs file and it will show only the .aspx file in that build folder ... is there any such option like php

No, nothing like PHP is necessary. You just upload your folder full with .php files from the server and that's it.

Comments