Hello, Thank you for such a wonderful CMS. I'm now having a great time using Pligg.
I have a question on PHP.
I am trying to get the last numbers from URL (the last number thats put when the story title is overlapped like "story.php?title=overlapped_title-2") and trying my poor PHP, but not working.
Can anyone teach me why this is not working?
<a href="{$story_url}">{$title_short}
{php}
$str = substr("{$story_url}",15);
echo "$str";
{/php}</a>





Linear Mode




