Nice to see another IT person here. ?? I enjoyed your articles regarding the Cisco switches, you should see some of our closests…. an absolute nightmare!
Hi, thank you for the reply. What happens if I had entered tags in as taG and then went in to the table and changed it to Tag… but that change is not represented in the current blog entries, how do I update that?
Here’s what I’m trying it is not working:
<?php
mysql_close();
?>
<?php
include(‘/home/public_html/ogden2k/iedb/includes/config.php’);
// Request the text of all the info
$query = ‘SELECT cl_ver FROM changelog ORDER BY cl_ver DESC LIMIT 1’;
$result = mysql_query($query);
$vers_cl = mysql_result($result, 0);
?>