how to get object in pages !!!
- From: "yogi" <yogeshp@xxxxxxxxxxxxxx>
- Date: 28 Jun 2005 16:30:06 -0700
Hi,
I am new to PHP. actually I am using php-java bridge to call some
functions of java from my php page. The value returned are encapsulated
in some object and data in that object are fetched from database. What
I want to do is that when I post my page to same page or other page I
again need that data (or object). I don't want to hit the database
again for same values. So how and where to set the object values. I
think I can set it in request object like in java we do
(request.setAttribute(String, Object)). I am focibly setting the values
like $_REQUEST['list']=somelistObject. But I am not getting the data
after submission of page. same operation with $_SESSION also is not
working. If somebody knows how to do this, please help.
yogi
.
- Follow-Ups:
- Re: how to get object in pages !!!
- From: Ken Robinson
- Re: how to get object in pages !!!
- Prev by Date: phpinfo()
- Next by Date: Re: including png image with HTML content
- Previous by thread: phpinfo()
- Next by thread: Re: how to get object in pages !!!
- Index(es):
Relevant Pages
|