diff options
Diffstat (limited to 'test2.php')
-rw-r--r-- | test2.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test2.php b/test2.php new file mode 100644 index 0000000..433d0ae --- /dev/null +++ b/test2.php @@ -0,0 +1,6 @@ +<?php
+
+ $test = "55553";
+
+ if((strpos($test, 5)) !== False) print "yes";
+?>
\ No newline at end of file |