RE: [PHP-DB] Create Table from a file in php

2002-01-12 Thread Miles Thompson
here. > >5 Books, 20+ websites and no closer:-( > >Can you throw some nugets of wisdom this way. Please. > >Thanks for the help and i hope the included code sample can help someone >else. > >Thanks > >Dave C > >-----Original Message----- >From: Miles Thomp

Re: [PHP-DB] Create Table from a file in php

2002-01-11 Thread Miles Thompson
I don't know how you would do it from a file off the top of my head, so let's invent it, in pseudocode, anyway. The important thing to remember is that all of the commands to create or alter tables / databases are SQL queries. So the mysql_query() function is used to do most of the work. Assum