axeld Posted February 19, 2008 Share Posted February 19, 2008 I want to read specific site content (result) into text variable, but this: $handle = fopen ("http://www.mysite.com/result.php?query=madonna", "r"); $o = fread($handle, 1000000); echo strlen($o); is not working! please help. adam Link to comment https://forums.phpfreaks.com/topic/91992-how-to-read-site-content-into-text-variable/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.