Thread
:
What the fuck is wrong with my regex?
View Single Post
07-31-2009, 08:46 PM
calmlikeabomb
Confirmed User
Join Date: May 2004
Location: SW Palm Bay, Florida
Posts: 1,323
Try this, assuming I understand the question
Code:
<?php eregi('href="([^"]+)"[^>]*>([^<]+)', $page->source, $page->links); print_r($page->links); ?>
__________________
subarus.
Last edited by calmlikeabomb
; 07-31-2009 at
08:49 PM
..
calmlikeabomb
View Public Profile
Visit calmlikeabomb's homepage!
Find More Posts by calmlikeabomb