hi!
I have got a problem:
how can I check if a ";" is at the end of a string?

e.g.
$str = "This is a test;";

now I want the php script to check if at the end of $str is a ";" - if so, there should come an echo "found a ";" at the end"; !

perhaps you can help me, by saying how the function is called.

thanx a lot,

stylewriter