to all you leet php haxxors (chuy)
I'm fiddling around with making a script that can apply a colour gradient to text and churns it out in html and bbcode. I've got most of it working, except that I need a way to select each character individually from a string. I can't use str_split() because my host's servers only run php 4.2 or something and that's a php 5 command. I've tried borrowing other people's custom functions, without much luck.
Any help much appreciated
cheers
I'm fiddling around with making a script that can apply a colour gradient to text and churns it out in html and bbcode. I've got most of it working, except that I need a way to select each character individually from a string. I can't use str_split() because my host's servers only run php 4.2 or something and that's a php 5 command. I've tried borrowing other people's custom functions, without much luck.
Any help much appreciated
cheers