I have a site in which I do a SQL that returns the records and the amount of records that I need to show on the site. For some reason that does not come the question, I no longer have the possibility to capture this variable before the header.
I have to put the data in parentheses that are at the top of the site.
Thisresultreturnstomevia%%ofSQLresultandtheamountofrecordsthatarealreadyinsertedbelowtheheader.HowdoIputthenumberofrecordsinthis"Results () ??
The code below shows well what I'm trying to do: grab $_POST['enviar']
and pull it up.
<?php
echo $qteRegistros; <--------------------
$qteRegistros = "380";
?>