hi folks...
Variable contains a string which includes html tags...etc...
i need to get booayt28.05.2008uze2u from the variable string...
am trying like this...but its not showing any o/p
$string = "<tr><td bgcolor='#E5ECF9' valign='top'>28.05.2008<BR>Bodø</td><td bgcolor='#E5ECF9' valign='top'><a href='#' onClick='OpenHotel(32);'>Uzel Hotel 2 uker med frokost </a></td><td bgcolor='#E5ECF9' valign='top'><div align='right'>NOK 3 890</div></td><td bgcolor='#E5ECF9' valign='top'><div align='right'>7<td bgcolor='#E5ECF9' valign='top' nowrap><div align='right'><a href='#' onClick="PostPageT('booayt28.05.2008uze2u','false' );"><b><font color=#ff9900>Bestill nå</font></b> »</a>";
$pos13 = strpos($row,"<a href='#' onClick=".'"'."PostPageT('");
//echo $pos13;
$buff = substr($row,$pos13+11);
$pos14 = strpos($buff,"',','false');".'"'."><b>");
$Value = substr($row,$pos13+11,$pos14);
echo "Value : ".$Value;