Change <? to <?php and add some formatting

This commit is contained in:
2016-11-17 22:16:26 +01:00
parent 2d5ba7fb8d
commit fb71f8c112
27 changed files with 270 additions and 296 deletions

View File

@@ -1,4 +1,4 @@
<?// Escaping the input data:
<?php // Escaping the input data:
$rid = $_POST['id'];
$explodeid = explode("-",$rid);
@@ -22,4 +22,3 @@ $xmla->asXML('../db/notes.xml');
$target++;
echo $target;
?>