> 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
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
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