fresh start on the UTStats modernization#21
fresh start on the UTStats modernization#21elsheepo wants to merge 3 commits intosn3p:update-to-mysqlifrom
Conversation
elsheepo
commented
Feb 3, 2019
- Applying the responsive, mobile friendly Boostrap 4 CSS framework.
- Editing PHP echo statements to output properly formatted HTML.
- Migrate all mysqli calls to PDOs for SQL Injection security.
1. Applying the responsive, mobile friendly Boostrap 4 CSS
framework.
2. Editing PHP echo statements to output properly formatted
HTML.
3. Migrate all mysqli calls to PDOs for SQL Injection security.
|
I'm very unfamiliar with Git in general, and github even more so. I'm not sure how this whole forking, branches, pull requests thing works, so I'm just gana focus on the code, and if I can't figure out how to do the git thing properly, I'll just redistribute it as best as can as per the LICENCE. |
|
@elsheepo, by the way there are some guides in github that show really well how to work with github: https://guides.github.com/activities/hello-world/ |
|
@elsheepo thanks for the PR!
You're doing great so far! Let me know if you have any questions or need help. Some guidelines and best practices:
These are very important because this makes it easier to review and debug. |