maximum length of include string...
Posted: Tue Jun 22, 2004 2:33 pm
Hello,
Is there a maximum length of the file address that can be included in a page?
I'm using include() to include a remote file, but the address of the remote file is about 150 characters in total.
It works fine when I shorten this to about 60, but for technical reasons the file address has to be this long.
The reason is it's a manual request to our database system and so consists of lots of &sort=ascend&field1=name&field2=postcode
etc...
Is there a maximum length of the string that can be used in the include function?
I've tried splitting the string up into more variables, then just concatenating them in the include() function but it still doesn't work - which makes me think there must be a limit on the function.
Anyone found a workaround for this?
Thanks in advance.
Is there a maximum length of the file address that can be included in a page?
I'm using include() to include a remote file, but the address of the remote file is about 150 characters in total.
It works fine when I shorten this to about 60, but for technical reasons the file address has to be this long.
The reason is it's a manual request to our database system and so consists of lots of &sort=ascend&field1=name&field2=postcode
etc...
Is there a maximum length of the string that can be used in the include function?
I've tried splitting the string up into more variables, then just concatenating them in the include() function but it still doesn't work - which makes me think there must be a limit on the function.
Anyone found a workaround for this?
Thanks in advance.