• [^] # Re: phpinfo ?

    Posté par . En réponse au message Problème avec mon serveur Web sous Linux. Évalué à 1.

    ça vient ptet de la variable register_globals dans php.ini à tout hasard ? (ça doit faire longtemps que t'as pas mis à jour quand même o_O ? )

    ; Global variables are no longer registered for input data (POST, GET, cookies,
    ; environment and other server variables). Instead of using $foo, you must use
    ; you can use $_REQUEST["foo"] (includes any variable that arrives through the
    ; request, namely, POST, GET and cookie variables), or use one of the specific
    ; $_GET["foo"], $_POST["foo"], $_COOKIE["foo"] or $_FILES["foo"], depending
    ; on where the input originates.