please help me. i have a web site. how to i get only post name using php coding. just like ( http://www.liveonlineradio.net/english/kiss-fm.htm )
<a href="http://www.lveonlineradio.net/flash/<?php
$category = get_the_category(); echo $category[0]->cat_name; ?>/(......).htm'>abc</a>
now please help how can i get postname coding.