http://greenstar91.007sites.com/index.txt This is my code As you can see there is a check box in my form which is not being used yet. When the user checks the box and the submit button is pressed i want code to be executed much like the echo statements when it is not checked currently. can anyone suggest how i would go about this? Thanks
All you have to do is check is post variable "repeat" is set. i.e. if (isset($_POST["repeat"])) No need to check its values. The chek boxes are posted only if it is checked so the simple test suffices.
Hi , if u will take my suggestion then i can say use java script for this. http://www.dynamicdrive.com/dynamicindex16/acceptterm.htm hope you will understand every thing.