PHP and JS relationship. How to upload the web-page to the internet | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

PHP and JS relationship. How to upload the web-page to the internet

Why do i need to use the PHP? Can't i just use JS instead. And how to upload the web-page that I've created to the internet(is it possible to do that without PHP)??

8th May 2019, 10:07 AM
MDD
7 Answers
+ 7
Mergen Durdiyev Php is used to interact with the database and server as it is server side scripting language so it has easy to get involved and interact with the server and client in a two tire communication establishment. Javascript is used at client side and an awesome client side scripting language used to adding more realistic and real time response. It also used fore adding programming concept at client side Angular javascript and react javascript can be used as sever side too now which is the main reason javascript is so popular and good with interacting with the web pages. To make your page appear at internet by searching you have to maintain an three tire relationship and establish an three tire communication where server client and an domain host is present there For making your page searchable at internet you have to register an domain name for your page or Website from any domain hosting website https://www.sololearn.com/discuss/1779524/?ref=app
8th May 2019, 10:23 AM
GAWEN STEASY
GAWEN STEASY - avatar
+ 7
Mergen Durdiyev sql is also used for making query to the database but for connecting the database to the code any server side language is used which is php
8th May 2019, 12:32 PM
GAWEN STEASY
GAWEN STEASY - avatar
+ 3
What if i use SQL for databases instead??
8th May 2019, 10:54 AM
MDD
+ 1
While uploading files to searchable on internet, are we going to add the files as the way they are on the system eg register. php
8th May 2019, 6:29 PM
Decodeworms Olamilekan
Decodeworms Olamilekan - avatar
0
GAWEN STEASY thx a lot for helping
8th May 2019, 12:58 PM
MDD
0
Hi programmer
14th May 2019, 5:39 AM
Parahat Reis
Parahat Reis - avatar
0
Hi,
14th May 2019, 4:32 PM
Geldimyrat.
Geldimyrat. - avatar