bryanfl100
03-18-2008, 07:24 PM
Currently I have a php script that gets random blogs by the following script:
<a href="/aforum/blog.php?$session[sessionurl]b=$bloginfo[blogid]">$bloginfo[title]</a>
I wanted to know how I could use the same scripting above but to only get the most recent blog entry.
Thanks,
Bryan
<a href="/aforum/blog.php?$session[sessionurl]b=$bloginfo[blogid]">$bloginfo[title]</a>
I wanted to know how I could use the same scripting above but to only get the most recent blog entry.
Thanks,
Bryan