How to write code that it will take us from signing up page to the inside of the app in the form of website? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to write code that it will take us from signing up page to the inside of the app in the form of website?

I am learning HTML to make a website for an app My question is after signing up or loging in how do you write what will be the next To make it more understandable let me give an example Facebook is an app There's also a website for Facebook At first you have to write HTML code to display the signing up page, after signing up or loging in We are taken to the inside of the app in the form of website So how to write code that it will take us from signing up page to the inside of the app or do I have to learn other programming language for that?

26th Jan 2019, 5:23 AM
Kuhu
Kuhu - avatar
1 Answer
+ 4
It is better to do via back-end like PHP, or Ajax, it is more secure then. Or you can made second page and paste it inside your sign-in page with display:none; and tben use display:auto;
26th Jan 2019, 9:37 AM
Maneren
Maneren - avatar