Hi, I need to conver a string to ascii.
how can i do this as in my code where i do this is
chr(Asc(substr($TempKey, $ctr, strlen($TempKey) - $ctr)) + 1)
in this code where "Asc" i have to use ascii funtion... please give some idea to do this.
You mean [man]ord[/man] (as noted on the [man]chr[/man] page).
Yes it is.