I Guess I won't need this then:
$Ftext1=$Article_Title;
$FText="";
$FT="YES";
$FText3="";
for ($i=0; $i<=100; $i++)
{
$Var1=substr($Ftext1, $i, 1);
if ( $var1 == "<" ) { $FT="NO"; }
if ( $FT=="YES" ) { $FText=$FText3.$var1; }
if ( $var1 == ">" ) { $FT="YES"; }
$FText3=$FText;
}
Cool because for some weird reason my code isn't working - I can finally go home :)
Thanks.
|