hey, if i have the following statement if($letter == "q" || $letter == "w") PHP: instead of an actual letter, what if i want a new line, so "\n" is that possible?
yes you're right, i tried "\r\n" and that doesn't work, but like you say "\n" works fine. thanks again!