Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.41K
~176 People Reached
Favorite Forums
Favorite Tags
php x 1
Member Avatar for progurammaar

Hi I've recently started studying cURL and am having problem with the following code that i've written, [CODE]<?php include("LIB_parse.php"); # Include parse library include("LIB_http.php"); # Include cURL library $web_page = http_get($target="http://rapidshare-search-engine.com/index-s_submit=Search&sformval=1&s_type=0&what=1&s=billu&start=0.html", $referer="http://rapidshare-search-engine.com/"); $meta_tag_array = parse_array($web_page['FILE'], "href=", ">"); for($xx=0; $xx<count($meta_tag_array); $xx++) { $tag= return_between($meta_tag_array[$xx],"href=\"","\">",EXL)."\n"; ?> <a href=<?php echo $tag ?> >hh</a> …

Member Avatar for Millit
0
176