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. Link to comment https://forums.phpfreaks.com/topic/289444-php-mysql-softwares/ 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. Link to comment https://forums.phpfreaks.com/topic/289444-php-mysql-softwares/#findComment-1483901 Share on other sites More sharing options...
Ch0cu3r Posted July 5, 2014 Share Posted July 5, 2014 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. Link to comment https://forums.phpfreaks.com/topic/289444-php-mysql-softwares/#findComment-1483914 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. Link to comment https://forums.phpfreaks.com/topic/289444-php-mysql-softwares/#findComment-1484069 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. Link to comment https://forums.phpfreaks.com/topic/289444-php-mysql-softwares/#findComment-1484155 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 Link to comment https://forums.phpfreaks.com/topic/289444-php-mysql-softwares/#findComment-1484220 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.