<input type="checkbox" name="web" value="check">
this is page a with the form on it...
<form name="createimage" enctype="multipart/form-data" method="post" action="<?php echo($PHP_SELF) ?>">
==
on top of this SAME page
I want to know of the checkbox is checked are not...
believe me I searched for more than 2 hours, but nowhere (google, here in the community) I found something to help me...
it's just 1 checkbox, no array.
normally I call data with
$Name = $formdata['name'];
so...how do I have to do it for an checkbox?
I will really appreciate the help...
thx a lot
greetz
system