In PHP a string is actually an array
2010-12-10
In PHP a string is actually an array, so $foo ="hotscripts", you could access the "h" with $foo[0], the "o" with $foo[1], and so on.
-------------------
delete from zm_tags WHERE length(tag) < 4 AND tag + 0 <> 0