moze ktos bedzie mogl rzucic okiem i pomoc,
siedze i glowkuje dlaczego moj kod nie dziala i pomimo iz nie wyrzuca mi zadnego bledu, zapytanie nie zapisuje do bazy.
include 'connect.php'; $request_time=$_GET['request_time']; $product=$_GET['product_name']; $quantity=$_GET['quantity']; $where=$_GET['where']; $start_time=$_GET['start_time']; $who=$_SESSION['username']; $q5 = "INSERT INTO finished_tasks (request_time, product_name, quantity, where, start_time, finish_time, who) VALUES ('$request_time', '$product', '$quantity', '$where', '$start_time', '$finish_time', '$who')"; $sql= mysqli_query($connect,$q5);
pomoze ktos?
z gory dzieki
