Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 999 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 999 Bytes

PHP Lab Solutions

How to contribute your solution or improvements?

  • create a new folder for each lab named "lab1", "lab2", ...
  • send in a pull request with your solutions
  • when your solution is accepted, we'll add it here for others to learn from

What happens if my pull request was declined

  • don't worry, it happens to all of us
  • you'll receive feedback as to why your solution was rejected, perhaps it included unsafe codE?
  • simply fix your code based on the feedback given and send it back in

What if there is already a solution for a lab?

  • that's cool, this is your chance to improve an existing solutions
  • improvements can even include fixing small typos, making code clean, improve the layout, ...

List of contributors