Advertisement
Guest User

Input Email Info To Mysqli DataBase

a guest
Jan 20th, 2020
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. Input Email Info To Mysqli DataBase
  2.  
  3. ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
  4.  
  5. if ( 'You Need More' == TRUE || 'You Need More' == 1 )
  6. {
  7.  
  8. GOTO http://www.fl-y.com/ifyouneedmore
  9.  
  10. }
  11. endif
  12.  
  13. ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲
  14.  
  15.  
  16. <?php
  17. if(isset($_post['btn'])){
  18. $mysqli = new mysqli("localhost", "ввёл логин", "пароль", "название бд");
  19. $mysqli->query("insert into `users` (`email`) values ('{$_post['email']}')");
  20. }
  21. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement