Web Hosting Talk







View Full Version : feeding paragraphes into a table


saghir69
11-02-2004, 06:26 AM
Hi i'm starting a site and i want to be able to enter a paragraph of text in to a field called description, and then a heading into another field called title.

i need to enter upto 1000 entries. what would me a quick way to format a text file with all this text and then write some php code to enter it into the db in one go?

iTISTIC
11-02-2004, 04:28 PM
You would simply have to add this data to a formatted text file, upload this text file to your web server, and create a PHP script which will open this text file, parse the data, and insert it into the database of your choice.