Hi
I didn't find the answer for this easy question. Can anyone tell me how do I extract the ith character out of a string?
for example: $s = "hello world"; // I want to know what is the 4th character in this string?
thanks
http://www.php.net/manual/en/language.types.string.php#language.types.string.substr
$s{3}