sistema de inventario en php y mysql, GRATIS




sistema angular js + laravel : https://www.youtube.com/watch?v=T4fSAXorfno sistema control de inventario + carrito de compras. Tiene registro de clientes y …

Original source


8 responses to “sistema de inventario en php y mysql, GRATIS”

  1. ayuda con este codigo para funcion tienda

    <!DOCTYPE html>
    <html>
    <head>
    <title></title>
    </head>
    <body>

    <?php
    $lk=0;
    $total=0;
    $mas=0;
    $contas=0;
    $mes=0;
    if ((isset($_POST["bull"]))||(isset($_POST["bull2"]))){
    //Incrementamos el valor

    $cont = $_POST["conta"]+1;
    $lk=$cont;
    $total=$lk*10;
    $mas=$_POST["tot2"];
    $mes=$total+$mas;
    }

    else{
    //Valor inicial
    $contas = 0;

    }

    ?>

    <form name="f1" action="<?=$_SERVER["PHP_SELF"]?>" method="post">
    <input type="submit" name="bull" value="Incrementar"><label>angel</label>
    <input type="text" name="conta" value=<?php echo $lk;?>><br>
    <label>dad</label>
    <input type="submit" name="bull2" value="Incrementar">
    <input type="text" name="conta2" value=<?php echo $lk2;?>><br>
    <label>total</label>
    <input type="text" name="tot2" value=<?php echo $total;?> >

    <br>
    <label>sda</label>
    <input type="text" name="tot3" value=<?php echo $mes;?> >
    <input type="submit" name="dem" value="decre">
    </form>

    </body>
    </html>

Leave a Reply