Re: Some Questions

From: "Cornelia Boenigk" <poppcorn(at)cornelia-boenigk(dot)de>
To: "Ludwig Lim" <lud_nowhere_man(at)yahoo(dot)com>, "PostgreSQL-PHP Mailing List" <pgsql-php(at)postgresql(dot)org>
Subject: Re: Some Questions
Date: 2003-06-12 12:44:58
Message-ID: 00d001c330e0$87221070$e8ebfea9@zwerg2000
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Hi Ludwig

die("this is $a message= ".$obj->t1());

or

$msg = $obj->t1();
echo("this is $a message $msg");

works.

Regards
Conni

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Ardell Dzaky 2003-06-13 13:27:20 test, please delete
Previous Message Ludwig Lim 2003-06-12 12:05:21 A question on method calling in PHP