Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 656 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 656 Bytes

codeStash

Usefull code bits'n pieces for re-use stashed together.

Contains:

  • randomColor-function (Hex) for JavaScript.
  • randomColor-function (Hex) for PHP.
  • passwordChecks function usefull for checking passwords in PHP
    • passLength() -> length (min and max combined)
    • passContains() -> check if there is small letter/capital/digit/spec-char
  • Tools namespace classes

Tools:

  • FormBuilder class V0.4Beta for php | A class for creating html-forms in php with the most common elements/attributes.
  • TableBuilder class V0.3Beta for php | A class for creating html-tables in php with the most common elements/attributes.