Re: php+mysql+multiple lines qry

2002-06-10 Thread cristian ditoiu
t;cristian ditoiu" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, June 10, 2002 10:53 PM Subject: Re: php+mysql+multiple lines qry > Why not just use something like: > insert into questions (field1,field2,...) select... > > You don't need to create tem

Re: php+mysql+multiple lines qry

2002-06-10 Thread Brent Baisley
Why not just use something like: insert into questions (field1,field2,...) select... You don't need to create temp tables for your data and all the other complicated stuff. > hello . > i use php 4.12 + mysql 3.23.49 on linux . > i've developed a online testing(quiz) -aplication that now is expe