I wrote this code
<?php session_start(); if($_POST["num"] > $_SESSION["valutazioni"][$_POST["titolo"]]) $SESSION["valutazioni"][$_POST["titolo"] = $_POST["num"]; ?>
The IDE gives me an error but I think my syntax is correct
Aucun commentaire:
Enregistrer un commentaire