<?php $a = $_GET['movie']; $dbh=mysql_connect ("localhost", "sekret", "haslo") or die ('I cannot connect to the database because: ' . mysql_error()); $zapytanie = "select hajeden, opis from tabela where numer=1"; ?>
w mysql mam tabelę z rekordami wg struktury: NUMER HAJEDEN OPIS