preg_match_all from url - variable
Posted: Mon Jun 25, 2007 2:17 pm
hi all
how to insert into array every link that starts with "<a href" and ends with "</a>" taken from some url ;
complete url is in one $variable;
I know that I should build a pattern for preg_match_all, but don't know how?;
Thank you
regards ddragas
how to insert into array every link that starts with "<a href" and ends with "</a>" taken from some url ;
complete url is in one $variable;
I know that I should build a pattern for preg_match_all, but don't know how?;
Thank you
regards ddragas