Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $regex = file_get_contents("/home/dunham/public_html/scrubgrass/sgFTP.txt","r");
  2. $output = preg_match('#\d+\.?\d*#' , '', $regex);
  3.  
  4. echo $output;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement