Acheron Posted June 29, 2004 Posted June 29, 2004 The function I created is: function limit_words($string,$limit) Usage would be, for example: $wordoutput = limit_words($word_string, 10); Is it possible to instead use a value from the configuration table? i.e. Can I use MAXWORDS from that table instead of the '10' ? I thought it would be something simple but so far I have been unable to use the configuration variable - it simply doesn't recognize it. TIA for any help. :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.