Posted by "Jon" on 10/19/78 11:24
Please help with an insert problem. Sometimes $data1 could have a comma and that messes up the insert. how do I get around that? $query = "insert into testtable6 (indx, col1, col2) values (NULL, '$data1', '$data2')"; mysql_db_query("testdb", $query);
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming