Search found 3 matches

by rayfusion
Mon Jul 15, 2002 5:41 am
Forum: Databases
Topic: List menu Help?
Replies: 3
Views: 2046

Here is the code so far.... <select name="tech_group" id="tech_group" title="<?php echo $row_rsChoose_Tech_Group['tech_group']; ?>"> <?php do { ?> <option value="<?php echo $row_rs_modify['tech_group']?>"<?php if (!(strcmp($row_rs_modify['tech_group'], $row_rs...
by rayfusion
Sun Jul 14, 2002 9:43 pm
Forum: Databases
Topic: List menu Help?
Replies: 3
Views: 2046

List menu Help?

I am pulling a record into a form so I could modify that record. One of the fields in the form is a List Menu. I want to pull the value of the List Menu for that record as the selected value. I also want to have all of the other options in the List Menu available for me to choose if needed. Thanks i...
by rayfusion
Fri Jul 05, 2002 10:00 pm
Forum: Databases
Topic: Check for unique record before inserting.
Replies: 2
Views: 2103

Check for unique record before inserting.

How do I check for a unqiue recording before trying to insert into a MySQL DB. I the record is already there, I want to throw back a message indicating so.

::rayfusion::