<script type="text/javascript"><!--
Vertical1_437 = "false-2010";
ShowAdHereBanner1437 =" true";
RepeatAll1437 = "true";
NoFollowAll1437 ="true";
//-->
</script>
I'm trying to get the 2010 part out of the false-2010. i want it to echo 2010 only.. Thanks for the help.
this was what i started with and got stuck
<?php
$get2010 = preg_match('/\<!--(.*?)-->/', $get2010, $m);
echo $m[1];
?>
and oh.. the 2010 is a randomly generated number... it changes.