File manager - Edit - /home/autoph/public_html/voc/home/apache_pb2.php
Back
<?php $connect_error = 'Sorry, we\'re experiencing connection problem. Please try again later... Thank you!'; mysql_connect('localhost','root','aee1024') or die ($connect_error); mysql_select_db('db_vts') or die($connect_error); error_reporting(1); if($select == "*") { $empID = 721; // Expects select = * or select = RegID $return_arr = Array(); $sql = "SELECT * FROM sales_prospecting WHERE status='open' AND employee_id='$empID' "; $sqlTable = mysql_query($sql, $conn) or die("Couldn't perform query (".__LINE__."): " . mysql_error(). '.'); while($sqlRecord = mysql_fetch_array($sqlTable)) { //$sql = "SELECT * FROM $checkins_table LEFT JOIN $registrations_table ON CheckinRegID = RegID WHERE CheckinRegID = ".$sqlRecord['RegID']." ORDER BY CheckinTime DESC LIMIT 1"; //$sqlResult = mysql_query($sql, $conn) or die("Couldn't perform query (".__LINE__."): ". mysql_error(). '.'); if($sqlCheckin = mysql_fetch_assoc($sqlRecord)) array_push($return_arr, $sqlCheckin); } $json = json_encode($return_arr); $did_something += 1; } ?>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings