<?php $id = $_GET['test']; require('config.php'); } ?>
jak wpisze adres test.php?test=4 powinno mi pokazać tekst z tabeli tresc i rekord 4 ale pokazuje mi błąd
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/ftp/artur/public_html/login/test.php on line 21
test()
a jak wpiszę np test.php?test=23 nic nie pokazuje
w tabeli mam dwa pola "id" i "tresc"