Help me with the object

hello pals,

i met a problem with object transfer in php

the problem:

their are two pages p1.php and p2.php

in p1.php their is a object person holds name, id and mark
and i need to transfer that object to p2.php by post or get

how can i do it…

please help me

jaison justus

In p1.php, you can write code to store object in session & fetch it on p2.php.