Welcome to PHPBuilder!
vimal1 wrote:Im new to php so i dont have a clue what to do
Start with the basics and work your way up.
Do you know how to handle incoming data (e.g. POST'ed from forms)? [man]variables.external[/man]
Do you know how to work with a database? (Many options here: [man]MySQLi[/man], [man]PDO[/man], etc. etc.)
Do you know about the security implications of using user-supplied data in SQL queries? [man]security.database.sql-injection[/man]
Break the task up into separate subtasks/components and work on them separately. If you get stuck, post some relevant code and an explanation of what you're trying to achieve.