Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. if(isSet($_POST['nazw'])&&isSet($_POST['im'])&&isSet($_POST['adr'])){
  2.  
  3. if(empty($_POST['nazw'])||empty($_POST['im'])||empty($_POST['adr']))
  4. {
  5. echo" Nie wprowadziłeś wszystkich danych";
  6. }
  7. else{
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement