Re: indexes and arrays

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



<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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux