2) # is like / works the same afaik. I changed it back to \ anyway
3) I think I got it working now. thanks.
Code:
<?php
$str = file_get_contents("http://www.infosniper.net/index.php?ip_address=203.84.219.114");
$regexp = "/<strong>(.*)<\/strong>/";
preg_match_all($regexp,
Leave a comment: