Posts by Luckas • 50 points
5 posts
-
0
votes1
answer45
viewsA: How to validate certain PHP values if (almost?) they are all received from the form as a string?
But what would you like to do exactly? PHP is kind of simplistic in this part. if you receive a variable that only has numbers and adds with another that only has numbers it will calculate normally…
-
1
votes1
answer175
viewsA: How to make list of details of a specific product
The question’s pretty vague, but come on. I believe that these products are in a database, you need to read the database and write these descriptions somewhere in the HTML. For example in the header…
-
0
votes2
answers103
viewsQ: Submit form when changing checkbox
Where am I going wrong with my form? When changing checkbox it needs to submit the form HTML <form id="form_onoff" name="form_onoff" action="onoff.php" method="post"> <input type="checkbox"…
-
1
votes1
answer324
views -
1
votes1
answer245
viewsQ: Send variable via Jquery function
I’m learning Jquery and getting my ass kicked. I created a function in the js file like this: $(function abrir_qd1(variavel){ $(this).click(function(){ $("#quadro1").load('arquivo.php?v=' +…