Erreur

minouche -  
 minouche -
bonjour,
j'ai eu cette erreur:"Notice: Trying to get property of non-object in C:\Program Files\EasyPHP5.3.0\www\ff\aa.php on line 3".
J'ai pas compris de quoi il s'agit.
Merci d'avance.

2 réponses

  1. Maxou88100 Messages postés 249 Statut Membre 11
     
    On peut voir ton fichier ?
    0
  2. minouche
     
    voici mon code:
    <?php

    $text=$_GET['text'];
    echo("<div align=\"center\"> <a href=\"$text\" onClick=\"confirme('".$text->text."')\" >$text</a><br>\n");

    ?>
    0