Posts by Felipe Garcia • 11 points
2 posts
-
0
votes1
answer27
viewsQ: Change Css with Jquery in multiple elements, one by one
I have a code, which changes the CSS of the element SELECT based on the value that is currently selected. The problem is that I have over 100 Selects to apply this effect, but my code only reads the…
-
1
votes0
answers27
viewsQ: Pass value by URL
Hello. I’m new to PHP and I have a question. I need that when my user access the link https://meusite.com/code.php?id=**01**&key=**12345** PHP read the values 01 and 12345 and consult within my…