|
Comments for: luis20010329.php3
| Message # 1007241: |
|
Date: 09/06/01 06:06
By: joseph chidiac Subject: pb avec unserialize d'un objet page1.php class A { var $name ; A($name){ $this->name = $name ; } affichage_name(){ echo($this->name) ; } } page2.php require("page1.php") ; if (!isset($class_a)){ $class_a = new A("my_name") ; setcookie("class_a" ,serialize($class_a)) ; } else{ $class_a = unserialize($class_a) ; } $class_a->affichage_name() ; - - - alors que ce code marche pour la premiere fois mais pour une seconde entree , ca me donne l'erreure suivante : Fatal error: Call to a member function on a non-object in merci de m'aider |
Previous Message | Next Message |
| Comments: | ||
| python server and php client | Friederich Marcks | 11/26/04 12:11 |
| How i can use ?(layout client application by | zcp.jack | 08/13/02 21:35 |
| payload error | Carlos Gutiérrez | 07/04/02 13:38 |
| RE: SOAP client also | Brian | 02/25/02 14:09 |
| error under windows | Haris | 01/07/02 05:45 |
| RE: SOAP client also | Travel | 11/19/01 22:53 |
| session variables | Fabio | 10/19/01 13:01 |
| interesting article on this | Paul Cannon | 10/17/01 11:49 |
| simple example of web services | Putut | 09/16/01 08:21 |
| pb avec unserialize d'un objet | joseph chidiac | 09/06/01 06:06 |
| RE: Slow technology | Emile Bosch | 08/12/01 08:51 |
| SOAP = Simple Object Access Protocol | raven23 | 06/21/01 01:59 |
| what is SOAP | whater | 06/02/01 18:04 |
| Slow technology | Eugene Panin | 05/29/01 02:19 |
| RE: Crashes Apache under Windows | Jason | 05/21/01 15:48 |
| RE: SOAP client also | Steve Eley | 05/03/01 10:18 |
| RE: Persistent objects/connections | Cliff Baeseman | 04/16/01 21:29 |
| Persistent objects/connections | Bruce | 04/10/01 00:31 |
| Persistent objects/connections | Bruce | 04/10/01 00:24 |
| RE: SOAP client also | Rob | 04/09/01 12:28 |
| A new php XMLRPC C extension | Dan Libby | 04/06/01 04:56 |
| NewsIsFree | Pino | 04/05/01 04:39 |
| NewsIsFree | Pino | 04/05/01 04:34 |
| RE: SOAP client also | Losang Tenzin | 04/04/01 17:53 |
| RE: SOAP client also | Joao Marcus | 04/03/01 08:09 |
| Find out more about Webservices | colin | 04/02/01 06:35 |
| RE: SOAP client also | Greg Herrington | 04/01/01 14:33 |
| UPS.com | Matt Haught | 03/31/01 18:23 |
| Crashes Apache under Windows | Paul Meagher | 03/31/01 11:48 |
| Crashes Apache under Windows | Paul Meagher | 03/31/01 11:44 |
| php xml-rpc server "Hail Stone" | Cliff Baeseman | 03/30/01 23:29 |
| SOAP client also | David Sachs | 03/30/01 15:59 |
| SOAP client also | David Sachs | 03/30/01 15:58 |
| Great, thanks | Jan Lehnardt | 03/30/01 11:54 |
|
If you are looking for help, please post on the appropriate forum here. Your questions will be answered much more quickly. | ||


