[PHP] Url Length Limitations?

2001-11-12 Thread Valentin V. Petruchek

Hi everyone!

Is there any limitation for length of url like this
accept.php?set=qwerty...

What is the maximum $set length i can pass to script as a parameter?

Zliy Pes: http://zliypes.com.ua
[EMAIL PROTECTED]





-- 
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] Url Length Limitations?

2001-11-12 Thread Christoph Starkmann

Hi!

 Is there any limitation for length of url like this
 accept.php?set=qwerty...

Depends on the OS/Server, but you'll have to consider one to exist...

 What is the maximum $set length i can pass to script as a parameter?

Why don't you use POST? With POST, there is not limitation...

Cheers,

Kiko

-
It's not a bug, it's a feature.
christoph starkmann
mailto:[EMAIL PROTECTED]
http://www.fh-augsburg.de/~kiko
ICQ: 100601600
-

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




Re2: [PHP] Url Length Limitations?

2001-11-12 Thread Valentin V. Petruchek

You see, I call for php script from Delphi program...
I can do it with InternetOpen() so the only method available for me is GET -
i can use page url only

Or I'm mistaken and it's possible to use POST here? who knows?
- Original Message -
From: Christoph Starkmann [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, November 12, 2001 2:19 PM
Subject: RE: [PHP] Url Length Limitations?


 Hi!

  Is there any limitation for length of url like this
  accept.php?set=qwerty...

 Depends on the OS/Server, but you'll have to consider one to exist...

  What is the maximum $set length i can pass to script as a parameter?

 Why don't you use POST? With POST, there is not limitation...

 Cheers,

 Kiko

 -
 It's not a bug, it's a feature.
 christoph starkmann
 mailto:[EMAIL PROTECTED]
 http://www.fh-augsburg.de/~kiko
 ICQ: 100601600
 -

 --
 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 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] Url Length Limitations?

2001-11-12 Thread l0t3k

Valentin,
actually if you use ICS (Francois Piettes components), you can POST as
well. im doing that in a project im working on just this moment. you should
be able to find his component set at Torry's ( www.torry.ru )


Valentin V. Petruchek [EMAIL PROTECTED] wrote in message
009501c16b75$0e9f2160$[EMAIL PROTECTED]">news:009501c16b75$0e9f2160$[EMAIL PROTECTED]...
 You see, I call for php script from Delphi program...
 I can do it with InternetOpen() so the only method available for me is
GET -
 i can use page url only






-- 
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] Url Length Limitations?

2001-11-12 Thread Daniel Kushner

You can try this class for POSTing:

http://phpclasses.upperdesign.com/browse.html/package/375

--Daniel


 -Original Message-
 From: Valentin V. Petruchek [mailto:[EMAIL PROTECTED]]
 Sent: Monday, November 12, 2001 7:05 AM
 To: [EMAIL PROTECTED]
 Subject: [PHP] Url Length Limitations?
 
 
 Hi everyone!
 
 Is there any limitation for length of url like this
 accept.php?set=qwerty...
 
 What is the maximum $set length i can pass to script as a parameter?
 
 Zliy Pes: http://zliypes.com.ua
 [EMAIL PROTECTED]
 
 
 
 
 
 -- 
 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 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]