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

php+mysql+multiple lines qry

2002-06-10 Thread cristian ditoiu
hello . i use php 4.12 + mysql 3.23.49 on linux . i've developed a online testing(quiz) -aplication that now is expected to behave somehow different from what i've had in mind at the begining . More exactly : i have 3 tables (MyIsam): 1. tests (id,name,desc) 2. questions (id,id_test_fk,