Help on session.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
raghunathj
Forum Newbie
Posts: 1
Joined: Thu Oct 09, 2008 7:16 pm

Help on session.

Post by raghunathj »

Hi friends i am new to php. I found this site and though u guys may help me.
I have a testimonial page where registered users can add a testimonial.

The Problem:
I can add the contents to the testimonial but i want users to edit the testimonial that were added by them in the future. How to do this, i know we have to use Session but i am not at all understanding. Can anybody explain with a code

This is how the testimonial looks like (here user raghu is seeing the page)

Title: asdasdasd
Content: dasdgasdgsdg
By: Ravi

Title: asdasdasdsadas1232
Content: dasdgasdgsdgsdf25252
By: Raghu
[Edit] [Delete]

Title: asdasdasd
Content: dasdgasdgsdg
By: Ravi
Post Reply