![]() |
|
|
|
all content © Advanced Home Business Consultants, do not copy
or reproduce any images or code on this site without
the written or verbal permission of the webmaster Privacy Policy
3646 State HWY OO Marshfield, Mo. 65706
import_request_variables("gP", ""); require "settings.php"; //below is the script that handles the feedback sent and does not require editing if(isset($feedback)){ mysql_connect($server, $username, $password) or die('Could not connect: ' . mysql_error()); mysql_select_db($db_name) or die('Could not select databse: ' . mysql_error()); $today = date('F jS, Y'); $query = "INSERT INTO $tbl (".$note.", ".$date.") VALUES ('".$feedback."', '".$today."')"; mysql_query($query); } ?>
![]() |
|
|
|