Richard Afolabi has invited you to join hi5. By joining hi5, you will be
connected to Richard and all of Richard's friends.
hi5 is the place where friends meet. You can use hi5 for the following purposes:
* Find old friends
* Meet new people
* Browse photos
Join Richard, meet Richard's friends,
I'd say not to both with serialize. Your just adding extra work when
there is no need to.
It is possible to pass Objects across Sessions. I do it on my
E-Commerce site by using a Shopping Cart object (it even says so on
php.net!). Are you sure there is nothing wrong in the Class (that it is
s
Marcos R. Cardoso wrote:
i'd try using serialize() to turn the object into a string which can
then be put in the session, and then unserialize() when you want it back
out again
sessions work by using cookies, and cookies can't take php objects
;)
I'm trying to use an object as a session var
Hi,
I tried to use the procedural style but it doesn't work :-\ Now it's a :
"Call to undefined function mysqli_set_charset()"
I looked into the php source code, the compiler adds these functions to
the mysqli extension if php is compiled with the correct mysql version.
It seems to me that I'm
Hi all,
Does anyone know how can I open an existing PDF file to get the text
content from it, into PHP???
Many, many thanks!
Hi all,
Does anyone know how can I open an existing PDF file to get the text
content from it, into PHP???
Many, many thanks!