RE: [PHP-WIN] Radio Button issues

2003-07-25 Thread Mikey
> I am having a couple problems with the following code > 1) I need to return the value of the radio button (True or False) You will not get the return value of the radio button until your form has been posted back to the server. > 2) I need to wait on the file write until the data is changed Th

[PHP-WIN] Radio Button issues

2003-07-25 Thread Jon Phipps
I am having a couple problems with the following code 1) I need to return the value of the radio button (True or False) 2) I need to wait on the file write until the data is changed if ($app_Security){ echo 'Yes',''; echo ' ', 'No',''; }else{ echo 'Yes',''; echo 'No',''; } $temp= 'Security=' + $va

[PHP-WIN] Radio Button issues

2003-07-25 Thread Jon Phipps
I am having a couple problems with the following code 1) I need to return the value of the radio button (True or False) 2) I need to wait on the file write until the data is changed if ($app_Security){ echo 'Yes',''; echo ' ', 'No',''; }else{ echo 'Yes',''; echo 'No',''; } $temp= 'Security=' + $va