Hello everyone,
I'm wondering what the easiest method would be to grab how long the RURI is and strip based on that information... or would I have to actually use regex, or is there an easier STRLEN() or LENGTH() operation? Any ideas, or is this something that could be implemented? Thanks.
i.e. strip_tail(strlen($ru) - 2); ... or something like such.