> ... so make the two pieces the same file... have the script redirect to
> itself minus the parameters.
I did, but somehow it soesn't feel like an elegant way of doing things, with
that extra reloading and all. But it'll do. Thanks.
- jon
--
PHP General Mailing List (http://www.php.net/)
To
lf,
is it possible to remove the GET stuff from the result? By, f. ex. using
header(whatnot: where) and then builing the material?
I might not be very clear about this, but hopefully the meaning filters
through.
- Jon Thompson Coon
--
PHP General Mailing List (http://www.php.net/)
To unsubscri
.
Kannattaa tarkistaa, ennen kuin luottaa.
- Jon Thompson Coon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
developing slightly inconsistent with this requiring that gimmick and
that not.
Regards to anyone caring to answer.
- Jon Thompson Coon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
> Here are your mistakes! This lines should be:
>
> $this->hinta = 0;
> $this->määrä = 0;
> $this->list = array(); // Initialised
>
> Thats because you haven't initiallized $this->list, but $list, that is
> internal to the Example function (in this case the constructor
Hey, you people are great. 5 reasonable answers to a 1 silly problem
within the hour. I'll exploit your goodwill. Here's the next one, this
is about objects (in finnish):
class Example {
var $list; // Here I set the problem
var $hinta;
var $määrä;
function Example()
{
Thank you. Question answered. Several times over.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
tty new (a
forthnight and wery little documentation) to server side programming, so
I'm probably misunderstanding some basics.
Most of my problems are related to this area, so anyone bold enough to
anwer will probably pounded with several questions more.
Thank you in advance
Jon Thompson Coon
8 matches
Mail list logo