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>