Hello again :D

Now that I have my member's profile, how can I let other members post comments/messages on his profile?

Thanks,

Hi,

you need a sql table to store the datas (you can also use text files to do it), and some php to manage the rest...

Add a link into each member profile page, something like:

<?php
echo '<a href="./comments.php?id_user='.$iduser.'">Add comment</a>';
?>

And treat the datas from the comments.php page, so that you send them to your database

What can i tell more? I don't have enough information about your script...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.