RE: [PHP-DB] Submitting Dynamic Form

2002-04-04 Thread Rick Emery
12:51 AM To: Rick Emery Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Submitting Dynamic Form Ah, I just knew there must be an easy way of doing it. Thanks Rick ! Is there a good reference on stuff like this with some examples ? Am I pushing the friendship ? :-) Rick Emery wrote

Re: [PHP-DB] Submitting Dynamic Form

2002-04-03 Thread Chris MacKenzie
gh the array and process each entry. > > -Original Message- > From: Chris MacKenzie [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 03, 2002 8:47 AM > To: Rick Emery > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-DB] Submitting Dynamic Form > > Hi Rick, > &g

RE: [PHP-DB] Submitting Dynamic Form

2002-04-03 Thread Rick Emery
) construct to extract each key and value. So then you just walk through the array and process each entry. -Original Message- From: Chris MacKenzie [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 8:47 AM To: Rick Emery Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Submitting Dynamic

Re: [PHP-DB] Submitting Dynamic Form

2002-04-03 Thread Chris MacKenzie
Hi Rick, Here's a code snippet (less error checking). Basically there could be as many as twnety questions listed with their associated listboxes of possible answers. Also be aware that ms-sql identity type is similar to mysqls autoincrement type except that once a record is deleted, that identit

RE: [PHP-DB] Submitting Dynamic Form

2002-04-03 Thread Rick Emery
what happened when you extracted the form field names from the DB? -Original Message- From: Chris MacKenzie [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 3:13 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Submitting Dynamic Form Hi All, I'm pretty new to the whole php

[PHP-DB] Submitting Dynamic Form

2002-04-03 Thread Chris MacKenzie
Hi All, I'm pretty new to the whole php thing and I'm currently making an multiple choice exam type of thing with php/mssql. The two tables concerned are called tbl_exam_questions and tbl_exam_questions which are defined like so. [tbl_exam_questions] ( [question_id] [int] IDENTITY (1,