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 <br> after it. (like this:  X  <span class="highlite">Y</span><br>)

I am new at php so I don�t know conditionals yet...  Can someone please
help?

Thanks.

Reply via email to