Neither of those is a solution. :)
I still want the row of data shown, just not the checkbox.
User Profile
Collapse
-
Ok, I have it working now :D
Now, is it possible to only show the checkbox if have=no?Leave a comment:
-
I tried, and I failed. I used GET just to see what was being sent and it was index.php?have_ items=1&have_it ems=2&submit=su bmit
Dunno if that's right or not, but var_dump only shows 2, or 3 if thats in the list, so always highest number? And it keeps saying implode has improper syntax.
also, can you add the stuff to my code in the first post with a few comments? I want to see if I did it right.Leave a comment:
-
And how may that be accomplished? Sorry to say I don't really understand arrays and looping through them.Leave a comment:
-
How to update data in table using form and a checkbox?
I have a php script that shows all the data in a table. I want it to have check boxes next to each line of this data that it puts out, so I can check the boxes next to certain entries, and when I click submit, the "have" collumn for those entries is set to yes.
Here is most of the script that shows the list:
...Code:$query="SELECT * FROM get ORDER BY artist,name ASC"; $result=mysql_query($query);
No activity results to display
Show More
Leave a comment: