0
Guys I know a little bit of SQL,php, JavaScript,html and CSS But I can't seem to put it all together
I even got a domain and has bought hosting.i just wanted to start with a simple login system that actually work.
1 Resposta
+ 1
The question is too broad for this forum. Basically this comes down to breaking it into pieces. Then approach from a top down approach.
Step 1: Design the web page(s) so that you have the form on it. So that it looks like you want it to look.
Step 2: Add the PHP code that will handle things like login, or whatever functionality you need.
Step 3: Create the tables you need for your PHP code to work. You’ll really do this along side of your PHP coding.
Step 4: Test various scenarios to make sure your code works.
Keep in mind that SQL injection is a common way to hack. You will want to take precautions to protect your site from that.