Code de notifications
Hors ligneTestg Le 21/08/2018 à 00:51 Profil de Testg Configuration de Testg

Bonjour tout le monde

Voici un code que j'ai écrit pour afficher les notifications

friend_request_sent.php

Aideze - moi à le corriger.

Voici l'erreur:

Parse error: syntax error, unexpected '(', expecting identifier (T_STRING) in C:\wamp64\www\forum\partials\notifications\friend_request_sent.php on line 3

<a href="profile.php?id=<?= $notification->user_id ?>">
<img src="<?= $notification->avatar ? $notification->avatar : get_avatar_url\
($notification->email, 40) ?>" alt="Image de profil de <?= e($notification->pseu\
do) ?>" class="avatar-xs">
<?= e($notification->pseudo) ?>
</a>
vous a envoyé une demande d'amitié <span class="timeago" title="<?= $notificatio\
n->created_at ?>"><?= $notification->created_at ?></span>.
<a class="btn btn-primary" href="accept_friend_request.php?id=<?= $notification-\
>user_id ?>">Accepter</a>
<a class="btn btn-danger" href="delete_friend.php?id=<?= $notification->user_id \

?>">Refuser</a>

Hors lignePripankaj Le 21/08/2018 à 06:05 Profil de Pripankaj Configuration de Pripankaj

thank you...

Vous avez résolu votre problème avec VIC ? Faites-le savoir sur les réseaux sociaux !
Vulgarisation-informatique.com
Cours en informatique & tutoriels