![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
If you have PHP's short tags enabled, you can do this:
[php]<?= '<?xml version="1.0" encoding="ISO-8859-1"?>' ?>[/php] Otherwise, this is how you'll do it: [php]<?php echo '<?xml version="1.0" encoding="ISO-8859-1"?>'; ?>[/php] |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|