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 - 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
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
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
>
>
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
> __
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
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"
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
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 - 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
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
11 matches
Mail list logo