Thread: php and mysql
View Single Post
Old 04-23-2008, 02:47 AM   #8 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by kororo203 View Post
uh... btw


echo '<input type="hidden" value='{$val}' name="hide"/>';

how can i rephrase my statement to come up with something like this.. because this doesn't work.. and i would like to know ip there are any possible alternate solution for my statement..
Um, are you trying to make a button for deleting something cause just do this:
Code:
echo '<input type="checkbox" name="button_delete"/>';
My code checks to see if the button isset by just ticking it, the value is what you can use as something to be placed inside mysql, so you don't need it really.
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote