hi,
i would like to erase a character in a string.
eg:
$buf = "?ita_est?";
How could i just delete the first '?' ?
I would like to have the string "ita_est?" as the result.
Does anyone have a idea how to solve this little probelem ? I could image there is a function for this kind of string operation, but i wasn't able to find a good solution by myself.
I would be glad if someone could help
thanks in advance
al