Skip to content

Instantly share code, notes, and snippets.

@nitrix
Created April 21, 2013 20:48
Show Gist options
  • Select an option

  • Save nitrix/5431019 to your computer and use it in GitHub Desktop.

Select an option

Save nitrix/5431019 to your computer and use it in GitHub Desktop.
if(isset($_GET['generate_xml'])) { ?>
<?xml version="1.0" encoding="UTF-8"?>
<timesheet xmlns="http://www.w3.org/ns/SMIL">
<?php
---------------------------
if(isset($_GET['generate_xml'])) {
echo '<?xml version="1.0" encoding="UTF-8"?>'; //here? echo?
?>
<timesheet xmlns="http://www.w3.org/ns/SMIL">
<?php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment