[PHP-DB] 2D array into mySQL DB

2002-01-11 Thread Adam Royle
Hi there... I wrote a PHP script which extracts the title and content from all the HTML files in a directory and puts the filename, title and content into a 2 dimensional array. I know the array is fine because when I print it to the page it dislays properly. When I try to input it into the

Re: [PHP-DB] 2D array into mySQL DB

2002-01-11 Thread Jason Wong
On Saturday 12 January 2002 10:42, Adam Royle wrote: Hi there... I wrote a PHP script which extracts the title and content from all the HTML files in a directory and puts the filename, title and content into a 2 dimensional array. I know the array is fine because when I print it to the