have to keep track of the row ID (which would be the primary
key in this example).
Nice to see quiz software being built by an .EDU!
Ron Jamison
-Original Message-
From: Jule [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 17, 2002 5:27 PM
To: [EMAIL PROTECTED]
Subject: Alter table and ad
Quick little followup question:
if i have this:
for ($n = 1; $n <= $quiz[number_answers]; $n++) {
$table = $qcode."_answers";
$value = $answers["answer".$n];
$value2 = "answer".$n;
$query_alter_table = "ALTER TABLE $table ADD $value2 TEXT NOT NULL";