Mister_dj Posted December 14, 2009 Posted December 14, 2009 Hi all, I want to decrease the length of the products_name that is shown on the index page (new_products.php) and on the invoice. The reason why I want to do this is beacause long product names are breaking my layout. Is it possible to break apart the product name and show some tekst (like: more or ...) when let's say 35 characters are being used. Kind regards Wim
burt Posted December 14, 2009 Posted December 14, 2009 You can do this from the mysql statement http://www.1keydata.com/sql/sql-substring.html or by php http://www.php.net/substr
Mister_dj Posted December 14, 2009 Author Posted December 14, 2009 I managed to fix it whit your tip (still learning everyday) Thanx!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.