/ Published in: PHP
URL: http://code.cshaiku.com/code_php_extract_urls.php
Expand |
Embed | Plain Text
function extract_urls($data) { $pos = (int) 0; $i = (int) 0; $pos++; $i++; } return $links; }
You need to login to post a comment.
cshaiku on 06/30/09
4 people have marked this snippet as a favorite
cshaiku
rickfu
irishsk
BrianCoyDesign
URL: http://code.cshaiku.com/code_php_extract_urls.php
function extract_urls($data) { $pos = (int) 0; $i = (int) 0; $pos++; $i++; } return $links; }
You need to login to post a comment.