Guest User

Untitled

a guest
Jul 19th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. -- Other code --
  2.  
  3. if (value where id = id == null) {
  4.  
  5. }
  6. else {
  7. Twitter: @Twitter
  8. }
  9.  
  10. $result = mysql_query("SELECT * FROM somewhere");
  11.  
  12. while($row = mysql_fetch_assoc($result))
  13. {
  14. if($row['someValue'] != '')
  15. {
  16. echo $row['someValue'];
  17. }
  18. }
  19.  
  20. SELECT id, label value
  21. FROM my_very_special_Table
  22. WHERE id = ?
  23. AND label IS NOT NULL
  24. AND value IS NOT NULL
  25.  
  26. if ([value where id = id] !== null) {
  27. Twitter: @Twitter;
Add Comment
Please, Sign In to add comment