+ 5
I need help in database
I am doing a website I only know frontend. I don't know backend. Help me with the backend
14 odpowiedzi
+ 3
Do you have any hosting already or you are just practicing coding? Hosting will dictate db that you will use...
+ 2
See the Asp.net MVC Tutorials.
It has very usefull samples
+ 2
which language that you wanted to work with ?
php is pretty much a starting point, other than that ASP, JS, Python, Ruby, Java, or some other language that i didnt know have a web framework.
+ 2
You can use PHP as a back-end language and MySQL as a database.
+ 1
can you code in any of the language i mentioned ?
if not, start with php. it wont take long, php also has built in database interface to work with
+ 1
Start here my friend.
https://www.w3schools.com/php/php_mysql_intro.asp
+ 1
So I understand from your profile you know HTML and CSS and designed what your webpage looks like. What is it that you want your webpage to do? How is the user going to interact with the server?
I also saw you started a JavaScript tutorial, if you feel comfortable with the language you could look for NodeJs for the backend.
I'm not sure what your understanding of frontend and backend is, so let me add a bit more. HTML and CSS (and sometimes JavaScript) is used to display web content on users browsers, that's usually called frontend. A backend in its simplest form can just be a database with its access methods to load, retrieve and filter its data and manage it from the frontend, but it can also be a whole framework that creates frontend code on the fly to interact with the user or other places more dynamically.
I hope this doesn't confuse you more, just ask if that's the case.
0
I have used html5 and css3 for frontend. I have no idea about backend
0
I have created a Web all the front end process completed I don't backend process after that I have to host that
0
No
0
I don't know php and mysql
0
I have seen this link but I am not able to understand.
0
I have seen this link but I am not able to understand.
0
You can visit www.w3schools.com for SQL database and learn from it. It has really good tutorials, you can practice, and manipulate it on your own.
All the best!