School project NEED help

Vlad71

Banned - Selling via PM
Joined
Feb 28, 2018
Messages
186
Reaction score
41
Hello I have a project to make a site with html, as well make a login form + mysql database.
I have no idea how should I do that since I am noob at proggraming, I have more knowledge on html. I would love if someone helps me since that is th4 main factor if I will finish school this year :D :P
 
This is all you need :

https://www.tutorialspoint.com/php/php_mysql_login.htm

Learn the basics of PHP. It'll take no more than 30 minutes and you can tell what each part of code does and how it works.
 
This is all you need :

https://www.tutorialspoint.com/php/php_mysql_login.htm

Learn the basics of PHP. It'll take no more than 30 minutes and you can tell what each part of code does and how it works.
Thanks bro, I understand a bit. But which program should I use to write this on ? Which is the simpliest program for programming I have no knowledge on this. Also how do I connect the login form to the html site ? Sorry if that is a total noobish question.
 
Thanks bro, I understand a bit. But which program should I use to write this on ? Which is the simpliest program for programming I have no knowledge on this. Also how do I connect the login form to the html site ? Sorry if that is a total noobish question.
VS Code is a good free editor.
 
A simple text editor like Notepad itself is enough. Beginner's choice of text editor is https://notepad-plus-plus.org/download/v7.5.6.html.
 
Just saw that the project needs to make this with Java... not php. :confused::eek:
 
"your keywrod" site:github.com

above mantra helped me a lot in my university projects.
 
For server side (backend) you can use Spring Framework (Java) or PHP. For client side (frontend): JS/JQuery/Angular/Bootstrap
 
Back
Top