Re: [PHP] HTML table to MySQL table conversion

2001-09-27 Thread RNie
Well I don't have Access, nor Excel, but there is the Freeware Staroffice that did it for me. Thank's for the tip. I thought of this myself, but your message encouraged me to try it and it works. Method I used: - Open HTML with Staroffice - Delete irregular header fields - Select the whole table

RE: [PHP] HTML table to MySQL table conversion

2001-09-27 Thread Maxim Maletsky \(PHPBeginner.com\)
Uff.. Don't envy you... Anyway, if someone (hopefully) was cuting&pasting the cells in you could do a combination of fopen/explode/regex to split the data into coma-separated values. For example, stripping out every HTML tag replacing it with a coma and a space will create you a dump file. Also