Guest User

Untitled

a guest
Dec 15th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. <?php
  2. $orderby=$_REQUEST['orderby'];
  3. if(strpos($orderby,'d')===true){
  4. echo "exists";
  5. }else{
  6. echo "not ";
  7. }?>
Add Comment
Please, Sign In to add comment