• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

php echo xml documents with header

phpxml


PHP Snippet 1:

<?php header("Content-type: text/xml"); ?>
<?php
    $xml="<?xml version=\"1.0\" encoding=\"UTF-8\"?>";

PHP Snippet 2:

<?php 
    header("Content-type: text/xml"); 
    $xml="<?xml version=\"1.0\" encoding=\"UTF-8\"?>";

PHP Snippet 3:

echo '';print_r($output);echo '';die;

Related Snippets

Create tags in laravel post publishing

Wordpress add responsive srcset header image to theme

Utf8 encoding issue with Laravel

The difference when using if statement true === something() vs something() === true [duplicate]

How to make autocomplete work in foreach php loop? (vscode, intellisense)

PHP code for generating decent-looking coupon codes (mix of letters and numbers)

SlimExceptionHttpNotFoundException

image source not readable

Printing more than one array using print_r or any other function in php

array_key_exists(): The first argument should be either a string or an integer

storagelogs/laravel.log" could not be opened in append mode: failed to open stream: Permission denied

Respond with status code 401 on authentication failure using Laravel and Passport?

Magento Installation SQLSTATE[HY000] [2002] No such file or directory error

How to redirect to another page and call a Function there on Angular ng-click

Cache clear probem in Larave

About Contact Privacy policy Terms and conditions