Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

122
Vistas
PHP 7.2 Apache not executing all php code

Really confusd here. PHP is working until it gets to an IF statement any suggestions / help greatly appreciated.

$sql2=("SELECT * FROM temporders WHERE cusid='$myid'");
$result2=mysqli_query($connP,$sql2);
$count2=mysqli_num_rows($result2);
$total=0;
$itemNum=0;
if ($count2>0) {
    while($row2 = mysqli_fetch_array($result2, mysqli_ASSOC)) {
    $total=($total+($row2['price']*$row2['qty']));
    $itemNum=$itemNum+$row2['qty'];
    }
}
if ($total<1) {
$total=0;
} else {
$total=number_format($total, 2, '.', '');
}
?>
 <div class="basket">

All of the bove works perfect until it gets to here which is the next stage it produces this when i view the page source code. All php is showing from this stage onwards

<div class="basket">
<?
if ($total==0) {
?>
<form action="../customer-page.html" method="get" name="cart" id="cart">
<?
    } else {
?>
    <form>
<?
}
?>
      <input type="hidden" name="page" id="page" value="southern-spas-saunas.html" />
      <input type="hidden" name="delitem" value="0" />
      <input type="hidden" name="myid" value="202003220001" />
 <table width="250" border="0">
 <tr>
  <td width="45"><input name="image2" type="image" value="Process" src="../1basket.gif" /></td>
  <td width="120">Total &pound; 0</td>
  <td>Items 0</td>
</tr>
</table>
    </form>
  </div>
over 4 years ago · Santiago Trujillo
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda