Skip to content

Instantly share code, notes, and snippets.

@Octagon-simon
Created July 29, 2022 03:38
Show Gist options
  • Select an option

  • Save Octagon-simon/88b630f80855790ac25d3f8fade74d36 to your computer and use it in GitHub Desktop.

Select an option

Save Octagon-simon/88b630f80855790ac25d3f8fade74d36 to your computer and use it in GitHub Desktop.
<?php
$valRules = array(
"age" => array(
["LENGTH", "2", "Your age must be 2 digits"]
)
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment