Search results

  1. K

    How can I select the next empty value when inserting into a database using PHP and SQL?

    For instance. i have a database table. this table has 31 rows in it. the first is owner which determines who "owns" the list. the rest are called "slot" followed by a number in order. "slot1" "slot2" all the the way to slot30. what im trying to do is add to this table a value in the next empty...
  2. K

    How can I select the next empty value when inserting into a database using PHP and SQL?

    For instance. i have a database table. this table has 31 rows in it. the first is owner which determines who "owns" the list. the rest are called "slot" followed by a number in order. "slot1" "slot2" all the the way to slot30. what im trying to do is add to this table a value in the next empty...
Back
Top