Advertisement
Guest User

Untitled

a guest
Aug 20th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. function trueFalse($val) {
  2. if ($val) {
  3. return 'true';
  4. }
  5. else {
  6. return 'false';
  7. }
  8. }
  9.  
  10. if (trueFalse($_GET['menu_id']) === 'true) .....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement