Date: 10/14/02
- Next message: Shaun: "[PHP-DOC] Please Help"
- Previous message: shaun: "[PHP-DOC] Newline character"
- In reply to: shaun: "[PHP-DOC] Newline character"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> I`m using php 4.1 with apache on Windows2000 server.
> When i open the following php file in my browser
>
> <html>
> <body>
> <?php print('hallo world\n');?>
> </body>
> </html>
>
> the output in my browser is
>
> hello world\n
>
> why did the browser not interpret the newline character ?
Because you're using single quotes (') instead of double quotes (").
Anyhow, this is not the place to ask this kind of question. Ask in the php-general list.
Best regards,
Jome
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Shaun: "[PHP-DOC] Please Help"
- Previous message: shaun: "[PHP-DOC] Newline character"
- In reply to: shaun: "[PHP-DOC] Newline character"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

