[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:

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,

Re2: [PHP] Url Length Limitations?

2001-11-12 Thread Valentin V. Petruchek
] 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

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

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