Re: [PHP] passing objects in url

2002-07-09 Thread Alberto Serra
ðÒÉ×ÅÔ! Marek Kilimajer wrote: > This won't work, you must register it within a session, just remember to > declare the class befor session_start() This can be pretty risky if your object contains references to external objects. Works okay for insulated instances, though. Yet I would suggest

Re: [PHP] passing objects in url

2002-07-09 Thread Alberto Serra
ðÒÉ×ÅÔ! Alexander Ross wrote: > If $this is an object, can I have the following link? > > Process > > Will the URL become too long? Will teh info get passed correctly? thanks > 99% you are right, it will definitely be too long for a GET. Besides, before writing the process_this.php?this=$th

Re: [PHP] passing objects in url

2002-07-09 Thread Marek Kilimajer
This won't work, you must register it within a session, just remember to declare the class befor session_start() Alexander Ross wrote: >If $this is an object, can I have the following link? > >Process > >Will the URL become too long? Will teh info get passed correctly? thanks > >Alexander Ross

[PHP] passing objects in url

2002-07-09 Thread Alexander Ross
If $this is an object, can I have the following link? Process Will the URL become too long? Will teh info get passed correctly? thanks Alexander Ross -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php