Posts by Pedro Henrique • 917 points
52 posts
-
0
votes3
answers53
viewsA: cleaning variables with preg_match()
You can use this way, validate email, then password using the function preg_match $email = "[email protected]"; $nome = "João Silva"; $regex_nome = '/^[a-zA-ZãÃáÁàÀêÊéÉèÈíÍìÌôÔõÕóÓòÒúÚùÙûÛçǺª\'…
-
1
votes1
answer57
viewsA: Help checking
When there is a change in select with the name="pacoteinicial" will run a callback, in my example was the console.log() about the function change $('body').on('change',…