Tips for build website with PHP and SQL? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Tips for build website with PHP and SQL?

I am build website with my friend and I would like to hear some tips from more adwanced guys Thanks.

10th May 2018, 8:26 AM
Adam Šromovský
Adam Šromovský - avatar
8 Réponses
+ 1
Make it simple. And make sure it solves some kind of important problem.
10th May 2018, 9:17 AM
Mustafa Yıldız
Mustafa Yıldız - avatar
+ 1
Look at other programmers' code and take attempts to understand it, compare codes from different authors and decide what solution is better.
10th May 2018, 9:26 AM
Majestic
Majestic - avatar
+ 1
Google for tutorials. There're a bunch of useful websites containing articles on how to validate forms, work with sql and other stuff related to PHP and web development. Good luck!
10th May 2018, 9:32 AM
Majestic
Majestic - avatar
+ 1
Learn accepted standards for naming conventions (camel or Pascal case) and tabbing etc. Comment your code so others (and yourself later) will understand what you were doing. Dont code something twice. Use CSS to only need to do style code once if will be reused. Use functions in php for the same reason. Makes changes later so much easier.
10th May 2018, 10:23 AM
Adam
Adam - avatar
0
And any tips for coding?
10th May 2018, 9:21 AM
Adam Šromovský
Adam Šromovský - avatar
0
Thanks for advice :)
10th May 2018, 9:27 AM
Adam Šromovský
Adam Šromovský - avatar
0
Thanks I really appreciate it :)
10th May 2018, 9:33 AM
Adam Šromovský
Adam Šromovský - avatar
0
Netvár sa prosím Ťa 😄😄
23rd Oct 2018, 8:37 PM
Jakub Šimo
Jakub Šimo - avatar