Code: Select all
#!/usr/local/bin/php
<?
$hd = mysql_connect(localhost, "******", "******")
or die ("Unable to connect");
mysql_select_db ("******", $hd)
or die ("Unable to select database");
mysql_query("INSERT INTO lists VALUES('test','worked')",$hd);
?>The filter itself is working. It is catching "inquiry" for me. This appears to be a script error. Please use our forums at http://lunarforums for help with scripting. We do not provide support for 3rd party scripts.
any thoughts??