I need the user to select a date in the combo box, change the value of the variable corresponding to the period in WHERE, so that it shows the table only of the corresponding period.
SELECT
<select id="data">
<?php
$data = my...
When I try to write to the database, I get a (400) bad request error, when I enter postman two fields of an object type returns an empty array ([ ). I'm sure that sending the data is wrong, but I'm not getting it right. The method is OnPostC...
The simple and practical method I found here in the Stack to pass a PHP variable to a JS has worked fine so far. However, with a certain content it works only if I feed this PHP variable, but letting this variable receive that content through a...
I am creating a system and in the part of registering products in php to a select with the option of how many products are going to be registered, I would like q when choosing the select update to appear the number of lines for registration, how...
I have a table that lists records in the database and in front of each record has a button like that
<a href="index.php?mod=pedidos&funcao=editar&id=<?=$lnped['protocolo']?>" class="ls-btn-primary ls-ico-user"></a>...
I'm developing a monitoring system and need to pick up a text from a log file and display it on a monitoring screen.
This text should move within textarea from top to bottom.
Does anyone know how I should proceed?
You can create a table in HTML5 without the outline lines in black or change the line color to white.
<center><table width="500px" height="600px">
<tr >
<td>
<iframe ></iframe>
</td>
</tr>...
It would be a bad practice to use selects of HTML with items fetched through a database, even if they are dynamic (always occurring addition in the table that contains them).
Example without database:
<select>
<option valu...
I wanted my text to change every 10 seconds, like this:
I wanted a text to appear in this place, and after 10 seconds it would change the text automatically, and so it would change ...
I'm trying to insert a cart that is in html on a page php , the code inserted outside the php shows the cart normally.
The library with css is invoked correctly because it mounts the cart when placed outside, I would l...