how can i get latest articles id,title and summary?

Everything to do with Joomla! 1.5 templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Locked
milan201
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Sun Sep 16, 2012 1:21 pm

how can i get latest articles id,title and summary?

Post by milan201 » Mon Sep 17, 2012 7:13 am

hi there.
I just want to know that how can i get latest articles id,title and summery of a category in joomla?
I just need php code
thx for your answers.

milan201
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Sun Sep 16, 2012 1:21 pm

Re: how can i get latest articles id,title and summary?

Post by milan201 » Mon Sep 17, 2012 8:10 am

I better write a mysql query...

$query=mysql_query("select * from jos_content where sectionid=5 order by id DESC");

i think smth like that...
iD=<?php echo mysql_result($query,0,0);?>
TiTLE=iD=<?php echo mysql_result($query,0,1);?>
SUMMARY=iD=<?php echo mysql_result($query,0,4);?>

that was what i want.

anyway thx...


Locked

Return to “Templates for Joomla! 1.5”