Tabo
11-04-2006, 12:43 PM
i have this php code:
<?php
$page = file_get_contents('http://www.mysite.com');
eregi('Users online: <span class=\"white\">(.*)</span></b></td>', $page, $result);
echo ("$result[1]");
?>
how can i include this code in flash?? i ahve been messing arround with dynamic text but i just cant do it!
thanks + rep
<?php
$page = file_get_contents('http://www.mysite.com');
eregi('Users online: <span class=\"white\">(.*)</span></b></td>', $page, $result);
echo ("$result[1]");
?>
how can i include this code in flash?? i ahve been messing arround with dynamic text but i just cant do it!
thanks + rep