Is there a method I can use so functions don't interpret "\n" as a carriage return in file references?
EXAMPLE
Function call:
Results:
EXAMPLE
Function call:
imagecreatefrom jpeg("C:\Docume nts and Settings\nxxxx\ Desktop\button. jpg");
Results:
Warning: imagecreatefrom jpeg(C:\Documen ts and Settings xxxx\Desktop\bu tton.jpg): failed to open stream: No such file or directory
Comment