Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Joomla 环境中使用这个 php 脚本,我总是得到两个完全相同的记录附加到 sql 表中。我检查了查询字符串,看起来没问题 - 所以我很茫然!
$writetwo = "INSERT INTO #__art_visits VALUES('','$ua','$prod','$man','$dev','$os',NOW())"; $db->setQuery($writetwo); $db->query();
在脚本的前面有对表的查询,但我不确定这与问题有什么关系。