Posted by seaside on 12/20/06 01:39
johnny schrieb:
> I have the following code:
>
> exec ("find /C \"$term\" *", $command_output);
>
> Can you tell me how this string: "find /C \"$term\" *"
> will appear after excaping characters?
Each \ in conjunction with the next characte gets replaced by the next
character.
Navigation:
[Reply to this message]
|