Follow caffeenemack on Twitter
CyberCafePro Version 6 Now Available! Download Now

New CyberCafePro Blog Launched

Today the new CyberCafePro Blog was launched at blog.cybercafepro.com.  The blog will feature CyberCafePro news and information leading up to the release of the new CyberCafePro Version 6.

I will be moderating the blogs and the CyberCafePro Forum.

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

What's Going On..."; Echo $root; include("$root/wpconfig/connect.ini"); $root = getenv("DOCUMENT_ROOT") ; $cxn = mysqli_connect($host,$user,$password,$database) or die ("couldn't connect to server"); $query = "SELECT * FROM wp_posts WHERE post_type = 'post' AND post_status = 'publish' ORDER BY post_date DESC LIMIT 10"; $result = mysqli_query($cxn,$query) or die ("Cannot complete the Caffeene query"); while ($row = mysqli_fetch_assoc($result)) { extract ($row); $TITLE = $row['post_title']; $URL_LINK = $row['post_name']; $POST_DAT = $row['post_date']; $mydate = date("F j, Y", strtotime($POST_DAT)); echo ""; //row echo ""; echo "
"; } ?>

Caffeene Archives