Jump to content

PHP & MySQL Softwares


Roopavathy

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.