Guest User

Untitled

a guest
Feb 19th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <?php
  2. $campos= array("user","password","name","surname","age","country","province","location","adress","email","skype","university2","phone","pc","comunidad","otherunivesity","university","coments");
  3. $ssql='Insert into datos_user ('
  4. foreach($campos as $nombres)
  5. {echo $nombres.",";}')';
  6. ?>
Add Comment
Please, Sign In to add comment