I just got a php script for receiving GSM modem data via gprs.... Please explain this

Status
Not open for further replies.

salathia

Newbie level 1
Joined
Apr 8, 2013
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Bangalore, India
Activity points
1,287
<?php
$outputCO=$_GET["websensorco"];


$con = mysql_connect("localhost","admin","admin");
mysql_select_db("ichi", $con);
$query = "INSERT INTO tabel5( tabelCO, tabelNO, tabelSO, Temp, date) VALUES ('$outputCO', '$outputNO', '$outputSO', '$outputTEMP', '$today')";
$result = mysql_query($query) or die("Anfrage fehlgeschlagen: " . mysql_error());
mysql_close($con);
?>

Please explain the VALUES contents ........
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…