Results 1 to 3 of 3
Threaded View
-
20th Oct 2009, 03:00 AM #2MemberWebsite's:
warezxtc.comHere, try this.
PHP Code:<?php
$con = mysql_connect("localhost","*****","*****");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
mysql_select_db("*****", $con);
$result = mysql_query("SELECT * FROM 'wp_posts' ".
"ORDER BY 'post_date' DESC LIMIT 0,1");
while($row = mysql_fetch_array($result))
{
echo $row['wp_title'];
}
mysql_close($con);
?>
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
I am noob, and need some help wit a RPD
By gt911 in forum Webmaster DiscussionReplies: 0Last Post: 6th Feb 2012, 06:10 AM -
noob here
By kushfodawin in forum IntroductionsReplies: 5Last Post: 25th Oct 2011, 11:29 PM -
A noob question
By praveer in forum General DiscussionReplies: 16Last Post: 23rd Jul 2011, 05:14 PM -
Noob here..;)
By nmpraveen in forum IntroductionsReplies: 5Last Post: 21st Jul 2010, 05:05 PM -
noob
By vken27 in forum IntroductionsReplies: 3Last Post: 14th Feb 2010, 08:21 AM
themaManager - edit and manage...
Version 4.20 released. Open older version (or...