[PHP] checkboxes into MySQL(trying again)

2001-01-15 Thread Jerry Lake
sorry about that, I forgot to erase the old post info here is a chunk of the code I am using snip //inclusion of pizza toppings from DB $query = ("SELECT * FROM toppings"); $result2 = mysql_db_query($DBName, $query) or die("Error in MySQL query"); echo "table border='1' cellpadding='2'

Re: [PHP] checkboxes into MySQL(trying again)

2001-01-15 Thread jeremy brand
on, 15 Jan 2001 14:11:18 -0800 From: Jerry Lake [EMAIL PROTECTED] To: "'Php-General@Lists. Php. Net'" [EMAIL PROTECTED] Subject: [PHP] checkboxes into MySQL(trying again) sorry about that, I forgot to erase the old post info here is a chunk of the code I am using snip //inclusi