insert table data into database

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Swathimaddipatla
Forum Newbie
Posts: 9
Joined: Fri May 09, 2008 7:08 am

insert table data into database

Post by Swathimaddipatla »

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...
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Re: insert table data into database

Post by aceconcepts »

So what's your problem?
Post Reply