Possible Duplicate:
How to extract img src, title and alt from html using php?
This would be an example of string:
$src = '
';
$out should be http://localhost:81/avatars/admin.jpg
Problem is that http://localhost:81/avatars/admin.jpg is path to avatar of current logged user, so it's dynamically changed.
How to get $out in simplest way?
No comments:
Post a Comment