[PHP] Re: cleaning up the uri

2001-09-10 Thread Jon Thompson Coon
> ... 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

[PHP] cleaning up the uri

2001-09-09 Thread Jon Thompson Coon
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

Re: [PHP] Mod-function?

2001-09-09 Thread Jon Thompson Coon
. 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]

[PHP] Iffy W2K, dodgy PHP or sketchy programmer?

2001-09-07 Thread Jon Thompson Coon
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]

Re: [PHP] Might just be a typo, but...

2001-08-31 Thread Jon Thompson Coon
> 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

[PHP] Might just be a typo, but...

2001-08-31 Thread Jon Thompson Coon
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() {

[PHP] Re: passing variables between scripts? End of story

2001-08-31 Thread Jon Thompson Coon
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]

[PHP] passing variables between scripts?

2001-08-31 Thread Jon Thompson Coon
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