Does it sound like I'm on the right path to website completion? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Does it sound like I'm on the right path to website completion?

got as far as I can using weebly. did the SQL course and planning to set up my own database. did the PHP course to let the database communicate inside of the webpage. about to start the html course to clean up the front end and implement the php. Sound right just as far as getting a database up and running? Any tips for a faster load time and secure system? Framework, software, or hardware recommendations?

18th May 2018, 8:53 PM
Justin
3 Answers
0
You may start to learn some simple PHP framework and watch how functionality is implemented because devs have kept in mind security level already. CakePHP Laravel OctoberCMS CodeIgniter
18th May 2018, 9:08 PM
BugBuster
BugBuster - avatar
18th May 2018, 9:46 PM
Toni Isotalo
Toni Isotalo - avatar
- 1
Look into sql injection and how to avoid them, this will make your website more secure. Use ssl
18th May 2018, 8:55 PM
Max
Max - avatar