is it possible to add a news section on the front page , to have some PHP that displays the first 3 articles from a certain folder and only show the first 2 lines from each article until clicked?? or does anyone know a free script that could do this??
Hello
You could use rss to do this
Search rss in the forum you should find the good topic
but maybe there is a more simple solution
to only show the first 2 lines you can use this :
substr($product["description"],0,100) (100 is the number of car you wish to make appear)