0
Morning. How can i put my server php in line ? It running localhost
put my server php in line https://code.sololearn.com/Wgcr060MDL5I/?ref=app
1 Answer
+ 3
I assume you want to take your server "online" to make accessible from other computers.
Hosting your php on your own server for the public internet, will require some technical skill, to set up networking for the Apache web server. Most likely you will want to set a firewall and protection from hostile attacks. I would not recommend to do this if you are a beginner. You can find plenty of service providers where you can host your php site, even for free. Try a google search for "php free hosting" and pick what you like.