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 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...
> 


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

-- 
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]

Reply via email to