ot;', ";
$insert .= "Description = '" . $row->Description . "', ";
$insert .= "Initials = '" . $row->Initials . "'";
mysql_query($insert, $conn);
}
?>
"Ronald Allen" <[EMAIL PROTECTED]> wrote in messa
x27;, ";
$insert .= "Initials = '" . $row->Initials . "'";
mysql_query($insert, $conn);
?>
"Torsten Roehr" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> "Ronald Allen" <[EMAIL PROTECTED]> wrote in message
Here is what I have so far?
http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Two questions?
First why am I getting undefined variable tmp , yet it works
Second how would I insert data into this table?
ID \n";
$tmp .= "Base : $row->Base \n";
$tmp .= "Date_and_Time : $row->Date_and_Time \n";
$tmp .= "Event_Type : $row->Event_Type \n";
$tm