Risultati della ricerca

  1. V

    Creare tabella mysql con php non funziona

    ... $name= strtolower("informations".$newpassword); $conn= mysqli_connect('localhost','root','','utenti'); $query="INSERT INTO tabellautenti (nome, cognome , password) VALUES ('$newname','$newsecond','$newpassword')"...
  2. V

    [PHP] Perché non funziona ?

    Newrow.php : <?php include("html/newrow.html"); if(isset($_GET['account'])){ $account =$_GET['account']; } if(isset($_POST['add'])){ $newsite=$_POST['newsite']; $newpassword=$_POST['newpassword']; $newemail=$_POST['newemail']...
  3. V

    [PHP] Variabile modificata in un if non mantiene quel valore

    Delete.php :<?php include("html/delete.html"); $element=null; if(isset($_GET['element'])){ $element =$_GET['element']; } if(isset($_GET['delete']) and $_GET['delete']=="yes"){ $mydatabase = mysqli_connect('localhost','root','','passwordb')...