Guest User

Untitled

a guest
Oct 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $first = "one";
  2. $second = "two";
  3.  
  4. class TD
  5. {
  6. public $first;
  7. public $second;
  8.  
  9. }
  10.  
  11. class TD
  12. {
  13. public $first = "one";
  14. public $second = "two;
  15.  
  16. }
  17.  
  18. $... = ... ;
  19. $... = ... ;
  20.  
  21. SELECT * FROM table WHERE cell = $first
Add Comment
Please, Sign In to add comment