> I am calling data from 3 checkboxes in a form, I can do that
with
> the
> $_POST stuff.
> But I want to also do the following:
>
> 1. If check box ³x² is checked, then also display data from form field
³y²
> with a after it. (like this: X Y)
maybe...
if(isset($_POST['x']))
{ echo $_P
I am calling data from 3 checkboxes in a form, I can do that with the
$_POST stuff.
But I want to also do the following:
1. If check box ³x² is checked, then also display data from form field ³y²
with a after it. (like this: X Y)
I am new at php so I don¹t know conditionals yet... Can
2 matches
Mail list logo