Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. INSERT INTO fss_Person (personname,personphone,personemail)VALUES ('$fName','$phone','$email') the primary key for this table is auto generated
  2.  
  3. INSERT INTO fss_customer (custid,custregdate,custendreg,custpassword)VALUES ('$custid' ,'00-00-00','00-00-00','$password')
  4.  
  5. $getID="SELECT personid FROM fss_person WHERE fss_person.personname ='fName'";
  6.  
  7. $insertPassword = "INSERT INTO fss_customer (custid,custregdate,custendreg,custpassword)VALUES ('$getID' ,'00-00-00','00-00-00','$password')";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement