[PHP-DB] Re: inserting data into database!

2004-05-14 Thread Ronald Allen
ot;', "; $insert .= "Description = '" . $row->Description . "', "; $insert .= "Initials = '" . $row->Initials . "'"; mysql_query($insert, $conn); } ?> "Ronald Allen" <[EMAIL PROTECTED]> wrote in messa

[PHP-DB] Re: inserting data into database!

2004-05-14 Thread Ronald Allen
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

[PHP-DB] Newbie inserting into a database

2004-05-14 Thread Ronald Allen
Here is what I have so far? http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] inserting data into database!

2004-05-14 Thread Ronald Allen
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