| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/usa_sites/vx/usa/functions/ |
Upload File : |
<?
include_once($_SERVER['DOCUMENT_ROOT']."/vx/lib/xinc.php");
$db->query("INSERT INTO lc2admin.usa_testimonials
(
site_code
,client_id
,stars
,what_did_you_like
,how_can_we_improve
,experience_registering_navigating
,think_of_database
,would_refer_to_friends
,ts
) VALUES (
'".$db->clean($siteCode)."'
,'".$db->clean($user)."'
,'".$db->clean($_POST['stars'])."'
,'".$db->clean($_POST['what_do_you_like'])."'
,'".$db->clean($_POST['how_can_we_improve'])."'
,'".$db->clean($_POST['experience_registering_navigating'])."'
,'".$db->clean($_POST['think_of_database'])."'
,'".$db->clean($_POST['would_refer_to_friends'])."'
,NOW()
)");
$testimonial_id = $db->last_insert_id();
?>
<center>
<p><i>Thank You!</i></p>
</center>
<script type="text/javascript">
window.setTimeout(function() {
$('#we_want_feedback_form').remove();
},1000);
</script>