Posts by marcelo • 11 points
3 posts
-
-4
votes1
answer42
viewsQ: Take the separate background gradient values and save to a new array
I have these background attributes of an element: "background: rgba(0, 0, 0, 0) linear-gradient(0.25turn, rgb(117, 117, 117), rgb(46, 184, 46), rgb(21, 21, 21), rgb(166, 166, 166)) repeat scroll 0%…
-
0
votes3
answers561
viewsA: Problem with accentuation in email form
This is very simple, just missing set the encoding to: UTF-8 $mail->CharSet = "utf8";
-
1
votes3
answers134
viewsA: Explanation of name in php
You can change if you like, "_POST['name']" is the name of the "same" variable declared in PHP.