insert table data into database
Posted: Mon May 12, 2008 1:05 am
hi folks..
this is the variable which contains html code..
$var = "<tr><td bgcolor='#E5ECF9' valign='top'>28.05.2008<BR>Bodø</td><td bgcolor='#E5ECF9' valign='top'><a href='#' onClick='OpenHotel(124);'>Sunway Apart 2 uker</a></td><td bgcolor='#E5ECF9' valign='top'><div align='right'>NOK 3 790</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.2008swa2u','false' );"><b><font color=#ff9900>Bestill nå</font></b> »</a><tr>";
28.05.2008,Bodø ,Sunway Apart 2 uker,NOK 3 790, Bestill nå this is the data i need to figure out and all these strings has to be inserted into database....
pls..help me...
this is the variable which contains html code..
$var = "<tr><td bgcolor='#E5ECF9' valign='top'>28.05.2008<BR>Bodø</td><td bgcolor='#E5ECF9' valign='top'><a href='#' onClick='OpenHotel(124);'>Sunway Apart 2 uker</a></td><td bgcolor='#E5ECF9' valign='top'><div align='right'>NOK 3 790</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.2008swa2u','false' );"><b><font color=#ff9900>Bestill nå</font></b> »</a><tr>";
28.05.2008,Bodø ,Sunway Apart 2 uker,NOK 3 790, Bestill nå this is the data i need to figure out and all these strings has to be inserted into database....
pls..help me...