Roopavathy Posted July 5, 2014 Share Posted July 5, 2014 Hello there, I am learning PHP & MySQL and developing websites.I have a doubt whether could I develop a software using PHP & MySQL without uploading to a website.I want to execute the projects in my PC.Whether i can develop a .exe software.Please help me. Quote Link to comment Share on other sites More sharing options...
gizmola Posted July 5, 2014 Share Posted July 5, 2014 No, PHP does not have a compiler -- it's an interpreted language with a runtime environment. Quote Link to comment Share on other sites More sharing options...
Ch0cu3r Posted July 5, 2014 Share Posted July 5, 2014 (edited) Not sure what you are asking, but you can install PHP and MySQL locally on your PC so you can test your PHP scripts locally without having to upload your files to a webhost. To do so you can install them manually yourself or you can install an all in one packages such as WAMP (for windows only), XAMPP (for windows, *nix & Mac) or MAMP (for Mac only) on your PC to get your development environment setup locally. Edited July 5, 2014 by Ch0cu3r Quote Link to comment Share on other sites More sharing options...
Roopavathy Posted July 7, 2014 Author Share Posted July 7, 2014 Yes,I know it.And now I have installed xampp and run the programs before uploading.I test them locally. I have this doubt.Whether i can develop sotwares using PHP & MySQL and run them as ,people develop and run other softwares such as .NET. Quote Link to comment Share on other sites More sharing options...
KevinM1 Posted July 7, 2014 Share Posted July 7, 2014 Yes,I know it.And now I have installed xampp and run the programs before uploading.I test them locally. I have this doubt.Whether i can develop sotwares using PHP & MySQL and run them as ,people develop and run other softwares such as .NET. PHP apps are web apps. They require a server to run, whether it's some host or your own machine. You cannot make standalone desktop software with it. Look into Java, .NET, or C++ if that's what you're aiming for. Quote Link to comment Share on other sites More sharing options...
Roopavathy Posted July 8, 2014 Author Share Posted July 8, 2014 Thank you very much for your kind replies Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.