Click here to Skip to main content
15,867,849 members
Home / Discussions / Hosting and Servers
   

Hosting and Servers

 
GeneralRe: Help me to understand "hosts" file and socket communication via bluetooth Pin
Richard MacCutchan2-Jan-20 4:45
mveRichard MacCutchan2-Jan-20 4:45 
GeneralRe: Help me to understand "hosts" file and socket communication via bluetooth Pin
Vaclav_2-Jan-20 6:22
Vaclav_2-Jan-20 6:22 
GeneralRe: Help me to understand "hosts" file and socket communication via bluetooth Pin
Richard MacCutchan2-Jan-20 6:35
mveRichard MacCutchan2-Jan-20 6:35 
GeneralRe: Help me to understand "hosts" file and socket communication via bluetooth Pin
Vaclav_2-Jan-20 6:52
Vaclav_2-Jan-20 6:52 
QuestionRemove a folder from TFS after it is checked into TFS Server Pin
simpledeveloper18-Dec-19 7:52
simpledeveloper18-Dec-19 7:52 
AnswerRe: Remove a folder from TFS after it is checked into TFS Server Pin
Richard MacCutchan18-Dec-19 21:54
mveRichard MacCutchan18-Dec-19 21:54 
Questionhost host a php application in windows system Pin
BhavaniSri6-Nov-19 2:07
BhavaniSri6-Nov-19 2:07 
AnswerRe: host host a php application in windows system Pin
jkirkerx7-Nov-19 9:34
professionaljkirkerx7-Nov-19 9:34 
Years ago when I worked with PHP, it was called "LAMP", Linux, Apache, MySQL and PHP all running on a single Linux server. You could pick a Linux build, choose LAMP and it would just setup the whole server for you.

At the same period in time, to make a Windows Server that hosted a PHP web application, you had to install PHP on top of IIS web server, then program your PHP.ini file to customize it to your PHP app. Them add the PHP mime or extension to IIS and tell IIS how to process a PHP file. It was pretty straight forward.

One caveat however, it that is you development a PHP app in Linux, some functions will not work in Windows and vice versus. I personally would not waste money on a Windows server license to host a PHP website.

I suggest you use the link below and practice it a couple of times on a development machine and then your server.
How to Install PHP on Windows — SitePoint

[edit]
I had to read the question again, and saw the xampp. Guess LAMP is outdated and has been replaced with XAMPP.
Sounds likes you just download the app, and it installs the whole framework for you, and then code to it. Works on Linux, Windows, MacOS. Just remember to choose your environment first before you code so everything works.
To deploy you app in production, you'll need to use a cloud service like Amazon. There must be a package and deployment helper in XAMPP that uploads your project for you.

[Edit]
Since you didn't mention what version of Windows and PHP your using, You'll have to figure that part out yourself.
Choose your environment first before you code.
If it ain't broke don't fix it
Discover my world at jkirkerx.com


modified 7-Nov-19 15:51pm.

QuestionSuggest Me Cloud Hosting For Our Website Pin
raja asad amin11-Oct-19 3:19
professionalraja asad amin11-Oct-19 3:19 
AnswerRe: Suggest Me Cloud Hosting For Our Website Pin
jkirkerx7-Nov-19 10:05
professionaljkirkerx7-Nov-19 10:05 
AnswerRe: Suggest Me Cloud Hosting For Our Website Pin
Khalequzzaman8-Nov-19 20:43
Khalequzzaman8-Nov-19 20:43 
QuestionWhats your code management setup? Pin
lineil8-Sep-19 3:50
lineil8-Sep-19 3:50 
AnswerRe: Whats your code management setup? Pin
MilesWeb9-Sep-19 1:52
professionalMilesWeb9-Sep-19 1:52 
GeneralRe: Whats your code management setup? Pin
lineil9-Sep-19 22:15
lineil9-Sep-19 22:15 
GeneralRe: Whats your code management setup? Pin
Deepak Vasudevan19-Sep-21 19:57
Deepak Vasudevan19-Sep-21 19:57 
QuestionIIS 7.5 Configuration Section encryption is not supported error in child application Pin
Member 114751138-Apr-19 13:26
Member 114751138-Apr-19 13:26 
AnswerRe: IIS 7.5 Configuration Section encryption is not supported error in child application Pin
Member 145194272-Jul-19 23:29
Member 145194272-Jul-19 23:29 
QuestionFile Transfer Methods Pin
T Gorman4-Mar-19 8:16
T Gorman4-Mar-19 8:16 
AnswerRe: File Transfer Methods Pin
jschell9-Mar-19 7:41
jschell9-Mar-19 7:41 
QuestionSearch Engine Optimization Pin
Otekpo Emmanuel21-Feb-19 21:29
Otekpo Emmanuel21-Feb-19 21:29 
AnswerRe: Search Engine Optimization Pin
Eddy Vluggen22-Feb-19 2:05
professionalEddy Vluggen22-Feb-19 2:05 
GeneralRe: Search Engine Optimization Pin
Otekpo Emmanuel22-Feb-19 15:00
Otekpo Emmanuel22-Feb-19 15:00 
GeneralRe: Search Engine Optimization Pin
Eddy Vluggen23-Feb-19 0:53
professionalEddy Vluggen23-Feb-19 0:53 
GeneralRe: Search Engine Optimization Pin
Otekpo Emmanuel1-Mar-19 2:40
Otekpo Emmanuel1-Mar-19 2:40 
QuestionSearch Engine Optimization Pin
Otekpo Emmanuel21-Feb-19 14:15
Otekpo Emmanuel21-Feb-19 14:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.