I have the following code in the page title, on 1500 pages all the same
$title = "Detail --Homes For Sale";
and would like to extract the first 80 characters from the description into the title, so that each page has a unique title.
the description code is like below,
<?=nl2br(stripslashes(substr($emlaklist->aciklama,0,200)))?>
any suggestions how this can work?