View Single Post
  #2 (permalink)  
Old 07-01-09, 01:13 PM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 7,536
Thanks: 5
Thanked 20 Times in 18 Posts
You're matching it against the file name. You need to get the actual contents of the file: PHP: file_get_contents - Manual
Reply With Quote