Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2. $con=mysqli_connect("localhost","root","zaq1","4g_gr1") or die("nie dziala");
  3. mysqli_query($con,"INSERT INTO klienci(id, Imie, Nazwisko, Pesel, wiek) VALUES (NULL,\"Jan\",\"Dzban\",\"99887766554\",19)")
  4. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement