Hi, i need a split a string like so :- 'acegi' in
$a1 = "a";
$a2 = "c";
$a3 = "e";
$a4 = "g";
$a5 = "i";
I have tried everything i can but no luck?
Also how do i get the ascii code of the number/string? Say 'a' is asc (62) but how do i get that code?
Regards
Julian Chamberlain