owner: person who is using the entry on this line
slot1: an empty slot
slot2: another empty slow
on done to
slot30:
what i am trying to accomplish is...
I'd like to add a word into an empty slot. I would need to loop through the database to first find a value that says "empty" (which is the default)
I'm at a loss where to begin implementing it.
my code:
CODE
$yada="A Sea Slug";
/* here is the blank code i need to fill in */
$putintoDB="INSERT '$yada' INTO `dabadoo` WHERE `name`='Fred'";
/* here is the blank code i need to fill in */
$putintoDB="INSERT '$yada' INTO `dabadoo` WHERE `name`='Fred'";
any help appreciated
