How can I publish web application? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I publish web application?

I need to publish a web application written by php and sql file (XAMPP server I used)with other html,css and javascript. I have no idea how to do that although already google many website. Is it any free open source platform(I dont mind to use other's domain name(such as git hub))? Or what should I do? I have try with git hub but it does not support server side language. Thanks

7th Sep 2018, 1:40 AM
freedom
7 Answers
+ 3
ok thanks
7th Sep 2018, 1:57 AM
Qudusayo
Qudusayo - avatar
+ 2
freedom Try to use coder.com You could edit your php there, then use command line php -S 0.0.0.0:8000 to deploy your php. Coder.com would create a url link for you. Any issue on coder.com, you could ask me here.
7th Sep 2018, 1:51 AM
Calviղ
Calviղ - avatar
+ 2
freedom Try to use following commands to setup mysql: sudo apt-get update sudo apt-get mariadb-server /etc/init.d/mysql start mysql_secure_installation Let me know if you still have problem to connect mysql..
7th Sep 2018, 12:13 PM
Calviղ
Calviղ - avatar
+ 2
freedom you could leave message here..
8th Sep 2018, 3:15 AM
Calviղ
Calviղ - avatar
0
Calviղ is there any tutorial for database for coder.com? or just publish MySQL file? thanks
7th Sep 2018, 5:04 AM
freedom
0
Calviղ Do u have any account like whatsapp, facbook or any other? As a newbie i really get many trouble, and need some help.
8th Sep 2018, 1:25 AM
freedom
9th Sep 2018, 12:57 AM
freedom