, 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
>
sorry about that,
I forgot to erase the old post
info
here is a chunk of the code I am using
//inclusion of pizza toppings from DB
$query = ("SELECT * FROM toppings");
$result2 = mysql_db_query($DBName, $query) or
die("Error in MySQL query");
echo "";
echo "";
$colors = array( '#e4e4e4', '#fff
2 matches
Mail list logo