Re: [PHP-DB] PHP Programmer Forum

2001-09-16 Thread Deryck Henson
If you mean one you can download, www.phpbb.com is a great one. If you are talking interaction with people, like this, try looking here: http://sourceforge.net/forum/?group_id=1 . You might find a forum for you there. Other than that, just search google, using the " in the beginning of your sea

Re: [PHP-DB] Add text to one table in database

2001-09-16 Thread Deryck Henson
Use this SQL Statement: sqlinsert = "INSERT INTO table3 (column1, column2) VALUES ('value1', 'value2')" Do what you want with the forms. sqlinsert = "INSERT INTO table3 (col1, col2) VALUES ('"$datastring1"', '"$datastring2"')" Hope that helps - Deryck H - http://www.comp-u-exchange.com -