Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top