Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. $tab_prihlas="prihlaseni";
  2. $login="Login";
  3. $heslo="Heslo";
  4. $tabulka=mysql_query(
  5. "CREATE TABLE `$tab_prihlas`
  6. (`$login` VARCHAR (20) NOT NULL,`$heslo` VARCHAR (40) NOT NULL)", $spojeni);
  7.  
  8. $data = mysql_query(
  9. "INSERT INTO $tab_prihlas values ('xxx', 'xxxheslo')",$spojeni);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement