<td>
        <input       name="facilities[6]"
                type="checkbox"
                id="facilities[6]"
                value="Towels"
                <?php
                if ( ! empty(POST['facilities'][6]) ) {
                        echo 'checked="checked" ';
                }
                ?>>Towels </td>



--
Jim Lucas

   "Some men are born to greatness, some achieve greatness,
       and some have greatness thrust upon them."

Unknown

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to