if (mysqli_connect_errno($link)) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } $db_selected=mysql_select_db("pd",$link); if (mysql_errno($link)) { echo "NO". mysql_error(); } // Assign the query $query = "select PD_Name,N1 from pd_realtime_status where PD_Name='PD01' " ; // Execute the query $result = mysql_query($query,$link); if (!$result){ die ("Could not query the database: <br />". mysql_error()); } ?> <table> <tr> <th></th> </tr> <?php
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
You are receiving this email because you subscribed to this feed at blogtrottr.com.
留言列表