|
|
|
|
|
by roansh
4735 days ago
|
|
If you are familiar with another programming language, and able to DO programming, then, on average, it wouldn't take longer than a month. That would be sufficient, I GUESS. I built a social networking site in PHP in the last semester. And it was my first PHP web-application! I did learn PHP (and Relational databases) in a month before that.
I made a post about it, if you want to see (http://xworkspace.blogspot.in/2013/01/build-your-own-social-...) But it all really depends on the amount of time (with brain) you spend on learning. :) |
|
Otherwise, it looks neat, good job. You might want to learn to code more defensively though. Especially if you're putting something up on Github.
Refer to: - https://www.owasp.org/index.php/SQL_Injection_Prevention_Che...
- http://stackoverflow.com/questions/60174/how-to-prevent-sql-...
for some direction towards better practices.