[Solved] extract 10 words from product description, into the page $title
From what I see in the comments, you will first have to make sure that your variable ($emlaklist) is already set, when you want to append it’s value to the $title variable. In general you might try to copy the code-part that starts with $emlaklist = .. to the place before your $title =, but … Read more