Re: [PHP] need real expert (geting outer files) *english/german*

2001-08-16 Thread Tribun
OK... here are more details... my trying was to get the content from this url : http://www29.gmx.net/v4/register?FILE_POS_OLD=0ADDR_CHECK=t=COMPANY=TITL E=HerrFIRSTNAME=AaaaMIDINITIAL=ALASTNAME=AaaaSTREET=Strandener Str. 1ZIPCODE=51079CITY=koelnCOUNTRYISO=DESTATE=Nordrhein-WestfalenLANGUAGES

Re: [PHP] need real expert (geting outer files) *english/german*

2001-08-16 Thread hassan el forkani
hi that url is 445 characters long; the maximum (i believe) is 255 characters, maybe that's why your file is truncated; just a guess; regards At 09:26 16/08/01, you wrote: http://www29.gmx.net/v4/register?FILE_POS_OLD=0ADDR_CHECK=t=COMPANY=TITL

Re: [PHP] need real expert (geting outer files) *english/german*

2001-08-15 Thread ReDucTor
server.com?var=xyz would put in the get var and set it to xyz and it would give you $var = xyz you don't need the slash.. - James ReDucTor Mitchell - Original Message - From: Tribun [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 16, 2001 1:11 AM Subject: [PHP] need

Re: [PHP] need real expert (geting outer files) *english/german*

2001-08-15 Thread Chris Hayes
hi Patrick, your question is not entirely clear. I try to get a URL like: www.server.com?var=xyz i would recommend www.server.com/x.php?var=xyz as with a link as www.server.com you are relying on the server (by the way, which server do you use and is the error only at home or only online

RE: [PHP] need real expert (geting outer files) *english/german*

2001-08-15 Thread scott [gts]
-Original Message- From: Chris Hayes [mailto:[EMAIL PROTECTED]] Subject: Re: [PHP] need real expert (geting outer files) hi Patrick, your question is not entirely clear. I try to get a URL like: www.server.com?var=xyz i would recommend www.server.com/x.php?var=xyz as with

Re: [PHP] need real expert (geting outer files) *english/german*

2001-08-15 Thread Richard Lynch
Subject: [PHP] need real expert (geting outer files) *english/german* the problem is, that this is very good restricted by serverside. If you've worked around that, you're probably now seeing something silly in your fread() code... But now I already get the file, and no more the