Re: [PHP-WIN] Cant get maths functions to work in class file

2003-09-04 Thread Miha Nedok
"; > > by: > $bytwo = $this->Unitprice*2 ; > echo " price * two is $bytwo"; > > HTH > Ignatius > _ > - Original Message ----- > From: "Mark Harrington" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> >

Re: [PHP-WIN] Cant get maths functions to work in class file

2003-09-03 Thread Ignatius Reilly
al Message - From: "Mark Harrington" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 03, 2003 4:54 PM Subject: [PHP-WIN] Cant get maths functions to work in class file > I have designed a class that multiplies one of the varibles by two but when

[PHP-WIN] Cant get maths functions to work in class file

2003-09-03 Thread Mark Harrington
I have designed a class that multiplies one of the varibles by two but when i pass the values to the contructor i cant get the answer out any ideas Here is the full script "If you can recognise the problem can you explain why its wrong and why its not working "Ps learning the langauge " The Class

[PHP-WIN] Cant get maths functions to work in class file

2003-09-03 Thread Mark Harrington
I have designed a class that multiplies one of the varibles by two but when i pass the values to the contructor i cant get the answer out any ideas Here is the full script "If you can recognise the problem can you explain why its wrong and why its not working "Ps learning the langauge " The Class