[Firebug-cvs] firebug/web table_select.php,1.5,1.6
Brought to you by:
doolin
From: <che...@us...> - 2003-05-23 00:57:18
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv14580/web Modified Files: table_select.php Log Message: sensor msg now parsed collectly into the DB Index: table_select.php =================================================================== RCS file: /cvsroot/firebug/firebug/web/table_select.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** table_select.php 22 May 2003 21:48:45 -0000 1.5 --- table_select.php 23 May 2003 00:57:14 -0000 1.6 *************** *** 39,42 **** --- 39,44 ---- $dbname = $HTTP_SESSION_VARS["dbname"]; $tblname = $HTTP_SESSION_VARS["tblname"]; + print $dbname; + print $tblname; mysql_connect("localhost","root","") or die("Error: ".mysql_error()." in mysql_connect."); |