surfrock66 / torque

A set of tools used with the Torque app for Android to store OBD2 data in MySQL, view GPS data from Torque on a map in real time using the Google Maps JavaScript API, plot OBD2 data in time series charts, and export the data to CSV or JSON.
Other
43 stars 23 forks source link

mysql_query requires mysqli link - missed for plot.php #13

Closed adel-s closed 7 years ago

adel-s commented 7 years ago

Fixes these errors:

Warning: mysqli_real_escape_string() expects exactly 2 parameters, 1 given in /var/wwws/adel.website/htdocs/torque/plot.php on line 41 Warning: mysqli_query() expects at least 2 parameters, 1 given in /var/wwws/adel.website/htdocs/torque/plot.php on line 43 Warning: mysqli_query() expects at least 2 parameters, 1 given in /var/wwws/adel.website/htdocs/torque/plot.php on line 58