Guest User

Untitled

a guest
Apr 24th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. require("db_dane.php");
  2. $wypisz_sql=mysql_pconnect($db_host,$db_uzyt,$db_haslo);
  3. mysql_select_db($db_nazwa);
  4. $wykonaj=mysql_query("SELECT tytul FROM wydarzenia WHERE id='$id'");
  5. $wynik=mysql_fetch_array($wykonaj);
  6. echo "<title>$wynik[0]</title>";
Add Comment
Please, Sign In to add comment