Generally I would expect one of two possibilities in this scenario..
either
a) you are passing thru the url (limited I believe to about 255
characters)...if so use a form with METHOD=post
or
b) you are storing in a DB and the size of the field in the db is too small
(in general most rdbms' will ju
i assume you mean your passing the variable as part of
the url...PHP_SELF?a=something (is this what your
doing) if so make sure you use
rawurlencode/urlencode before passing the variable and
rawurldecode/urldecode on the variable afterwards...
--- Joshman <[EMAIL PROTECTED]> wrote:
> the php f
There is a maximum length that a link with variable pairs can pass. It
escapes me right now, but it isn't too large. Are you passing more than
just this one variable? If so, just as a test, try only passing php_self
and see if it makes it.
--
"Joshman" <[EMAIL PROTECTED]> wrote in message
[EM
-0700
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 5.50.4133.2400
>X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
>X-Posted-By: 216.58.212.17
>Subject: Re: [PHP] I HAVE A PROBLEM HERE...
>X-Mozilla-Status:
>X-Mozilla-Stat
the php file wont submit to the next file (which is th same file actually:
$PHP_SELF ) because the variable is too big for some reason aparently, evn
though i have other variables larger than that particular one...
-Josh
"Rm" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PR
Problem isn't size, you may have a syntax
error...perhaps if you give more detail, submit the
variable to what? What do you mean it won't let you?
rm
--- Joshman <[EMAIL PROTECTED]> wrote:
> Supposively all php variables arent suppose to have
> size limits, for
> example, I have a php file with
6 matches
Mail list logo