Re: [PHP-WIN] Re: stuck with substr now ....... solved ! ! ! !

2003-09-03 Thread toby z
thnxthnx for your reply the problems has already been solved thnx to chris n yeah i was screwing up the /r/n -> \r\n thinggy . :) toby --- DvDmanDT <[EMAIL PROTECTED]> wrote: > Are you sure you mean /r/n? I think you mean \r\n which is a > windows > line-end.. > > -- > // DvDmanDT > M

php-windows Digest 4 Sep 2003 04:32:30 -0000 Issue 1899

2003-09-03 Thread php-windows-digest-help
php-windows Digest 4 Sep 2003 04:32:30 - Issue 1899 Topics (messages 21311 through 21317): Cant get maths functions to work in class file 21311 by: Mark Harrington 21312 by: Mark Harrington 21313 by: Ignatius Reilly $PHP_SELF 21314 by: Mark Harrington

Re: [PHP-WIN] $PHP_SELF

2003-09-03 Thread Dean Hayes
hey, i use the var $PHP_SELF in a news board i have just finished. What i use it for is some people rename it from news.php to something like latest_news.php or anything else they want so in a form i use it like this that will then print the following into the page code The $PHP_SELF is just

[PHP-WIN] Re: stuck with substr now .......

2003-09-03 Thread DvDmanDT
Are you sure you mean /r/n? I think you mean \r\n which is a windows line-end.. -- // DvDmanDT MSN: [EMAIL PROTECTED] Mail: [EMAIL PROTECTED] "Toby z" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > hay guyz > > im stuck with substr now > > im sure i ve actually lost it > >

Re: [PHP-WIN] download function

2003-09-03 Thread DvDmanDT
Would you mind sharing that solution with us? I'm kinda intrested in that... -- // DvDmanDT MSN: [EMAIL PROTECTED] Mail: [EMAIL PROTECTED] "Ignatius Reilly" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > I found the solution to my problem. > > Sorry > > Ignatius > __

[PHP-WIN] $PHP_SELF

2003-09-03 Thread Mark Harrington
Sorry about this question "Im a novice at this " Ok read all the info on this special variable but i still havent got a clue what they are on about "Duh" yeah i know but if someone can put this into plain english for me it would be helpfull 1: What does it do i see this included in forms for submi

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

2003-09-03 Thread Ignatius Reilly
echo() can interpolate a variable, but not an expression such as "$this->Unitprice*2" replace: echo " price * two is $this->Unitprice*2"; by: $bytwo = $this->Unitprice*2 ; echo " price * two is $bytwo"; HTH Ignatius _ - Original Message - From: "Mark Harrington"

[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

php-windows Digest 3 Sep 2003 15:07:55 -0000 Issue 1898

2003-09-03 Thread php-windows-digest-help
php-windows Digest 3 Sep 2003 15:07:55 - Issue 1898 Topics (messages 21308 through 21310): Re: stuck with substr now ... 21308 by: toby z User Group 21309 by: Jeff Myers Cant get maths Functions to work in class 21310 by: Mark Harrington Administrivia: To subs

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

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