Contact: aviboots(AT)netvision.net.il
40,026 questions
51,982 answers
573 users
// PHP_EOL = "\r\n" OR "\n" depend on the system you use $s = "PHP Programming" . PHP_EOL; echo $s; /* run: PHP Programming */