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
~416 People Reached
Favorite Forums
Favorite Tags
php x 8
Member Avatar for Edel_

I'm not really well versed in web development techniques so I'm not sure if I'm describing it properly. What I'd like to do is to be able to remotely access the content of a page that don't immediately appear when the page loads and don't show up on the page's …

Member Avatar for Edel_
0
308
Member Avatar for Edel_

I'm just starting out with PHP so I thought I'd do something simple. I modified an existing bit of code but it doesn't seem to work: [code] <?php $url = $_GET['DLURL']; // Fetch page $string = FetchPage($url); // Regex that extracts the urls from links $links_regex = '/<a[^/>]*'. 'href=["|']([^javascript:].*)["|']/Ui'; preg_match_all($links_regex, …

Member Avatar for Edel_
0
108