Posts by NovatodaWeb • 43 points
5 posts
-
2
votes1
answer93
viewsQ: When entering a record in Pag1, update the pag2
Good Morning. This is a conceptual doubt. I never needed it, so I don’t know if it works. Imagine the following situation: I have a script A, where I insert information into the database. This…
-
-1
votes1
answer56
viewsA: Simple PHP question, I need a structure if the course has a name, you can’t delete it!
Let me get this straight. You have 2 tables: Courses Participants Courses You want the course to be excluded only if there is no participant for the course in question? If so, you have 2 ways to do…
-
1
votes2
answers787
viewsA: I have to make a form in PHP that the cost and time of a car trip
Actually, we’re missing parameters. If you want to know the amount of liters used, you need to have a parameter of how many KM the vehicle makes per liter. Ex: $num1 = 418; //distancia percorrida de…
-
-4
votes1
answer327
viewsQ: Call AJAX / jquery in the middle of PHP code
I have a PHP code structure and, within it, I want to automatically call a $.get AJAX for another PHP page. Example: <?php $cod = 1; $mod = 2; $text = 3; como chamar um ajax automaticamente aqui,…
-
-2
votes2
answers66
viewsQ: Help with Jquery + Php
I have a form that is loaded through a comic while. the structure is this: <form id="formulario" name="formulario" action="javascript:Func()" method="post"> <div id="div_prod"> <?php…