Re: Fwd: Re: [PHP] Parsing html table into MySQL

2001-09-16 Thread Christian Dechery
me :) >> >> >> >>- Original Message - >>From: "Christian Dechery" <[EMAIL PROTECTED]> >>To: "i_union" <[EMAIL PROTECTED]>; "Chris Lambert" <[EMAIL PROTECTED]> >>Cc: <[EMAIL PROTECTED]> >>Se

Re: [PHP] Parsing html table into MySQL

2001-09-16 Thread i_union
[EMAIL PROTECTED]> Sent: Monday, September 10, 2001 7:57 PM Subject: Re: [PHP] Parsing html table into MySQL > wait a minute... do you want to parse the HTML to get the values to > populate a mysql table, or do you have this table in another DB and just > want it copied to your mysql

Re: [PHP] Parsing html table into MySQL

2001-09-16 Thread Christian Dechery
wait a minute... do you want to parse the HTML to get the values to populate a mysql table, or do you have this table in another DB and just want it copied to your mysql one?? If it is the former, you'll some very hardcore regex work to be done... I once did this... it is very stressing work..

[PHP] Parsing html table into MySQL

2001-09-16 Thread i_union
I need to get from another page table and put it into MySQL table dynamically for example http://66.96.230.191/table.html so I need to parse this table in database. If you have any code how to implement such operation by using php MySQL please help me; thanks in advance __