Quote:
Originally Posted by okrogius
sure, using this getitng yoru threads can be as simple as:
PHP Code:
<?php
$threads = unserialize(file_get_contents('http://www.example.com/external.php?type=php'));
for ($i=0; $<count($threads); $i++) {
echo 'thread: '.$threads[$i]['title'].'<br />';
}
?>
|
its not as simple as that other wise i wouldn't get this error message:
Parse error: parse error, unexpected '<', expecting T_VARIABLE or '$' in G:\wampp2\htdocs\mnracing\index.php on line 230