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 @@
<?
<?php
$number = $_POST['number'];
$url = $_POST['url'];
$name = $_POST['name'];
@@ -22,4 +22,3 @@ $newnote->addChild('url', $url);
$xmla->asXML('../db/blog_links.xml');
echo $nb;
?>

View File

@@ -1,4 +1,4 @@
<?
<?php
$options = array();
$module ='';
include '../class/AccueilModules.php';
@@ -9,5 +9,4 @@ foreach($_POST as $module => $valeur){
}
//AccueilModules::updateModule($module, array('visibility'=>$valeur));
}
echo "1"
?>
echo "1";

View File

@@ -1,4 +1,4 @@
<?
<?php
// Error reporting
error_reporting(E_ALL^E_NOTICE);