我正在使用一个从数据库中获取记录的函数。如果那条记录不存在。它执行插入查询。我甚至回显以确保这两个参数包含某些内容。它确实包含了一些东西。我不能理解的是它不执行插入查询。我还在另一个不使用函数的脚本上测试了下面的插入查询。而且它起作用了。query_database("SELECT Cust_Name, CUSID FROM customer_credit WHERE Cust_Name='$cust'","onstor",$link);
if
我一直收到这个错误:Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in functions.phpon line 4 error reading database
$result = mysql_query("SHOW TABLESLIKE '$gn'",$db) or die ('error reading