He puesto este codigo:
Código PHP:
Ver originalpreg_match( '/(games/darkorbit/statusicon/).*(" alt=)/', $content, $usercolorM ); $on_off = $usercolorM[1];
echo "<div><strong>user:</strong> $on_off</div>\n";
?>
Pero resivo este error:
Warning: preg_match() [function.preg-match]: Unknown modifier 'd' in C:\xampp\htdocs\codex\index.php on line 21
¿Como lo soluciono?