Jul 27, 2006 - 10:51 PM
|
|
|
Enthusiast ![]() ![]() ![]() Joined Sep 29, '02 From Sterling Heights, Michigan Currently Offline Reputation: 0 (0%) |
Is anyone else having this problem?
I tried every which way to search whether it be "Advanced" search or the regular way and it keeps showing me ALL 1444 members rides. I tried searching just my SN and same thing all 1444 members rides. Or I've searched, 1997, ST, Auto and same thing 1444 member rides. lol Amy I not doing this correctly? Been a member for 4 yrs and this is the first time this has happened. -Christee- |
![]() |
Aug 3, 2006 - 3:44 PM
|
|
![]() Enthusiast ![]() ![]() ![]() ![]() ![]() Joined Oct 30, '04 From So Cal Currently Offline Reputation: 13 (100%) |
Confirm problem with multipart encryption and GET method.
Safari doesn't allow GET method for binary form. If it's a binary form, POST method is required. If GET method is required, the form cannot contain any binary data. Test: http://www.designrange.com/test/6gc/index.php Source Code: CODE <b>Selected Year:</b><br />
<?php if (!empty($_GET["year"])) { echo $_GET["year"] . "<br />"; } else { echo "None<br />"; } ?> <br /> <form name="form1" action="index.php" method="get" enctype="multipart/form-data"> <b>Form Eaxmple 1</b><br /> <br /> <select name="year"> <option value="">Please Select a Year</option> <option value="1999">1999</option> <option value="1998">1998</option> <option value="1997">1997</option> <option value="1996">1996</option> <option value="1995">1995</option> <option value="1994">1994</option> </select> <input name="submit" type="submit" value="Submit" /> </form> <br /> <form name="form2" action="index.php" method="get"> <b>Form Example 2</b><br /> <br /> <select name="year"> <option value="">Please Select a Year</option> <option value="1999">1999</option> <option value="1998">1998</option> <option value="1997">1997</option> <option value="1996">1996</option> <option value="1995">1995</option> <option value="1994">1994</option> </select> <input name="submit" type="submit" value="Submit" /> </form> -------------------- |
CelicaQT Members Rides Jul 27, 2006 - 10:51 PM
97lestyousay QUOTE(CelicaQT @ Jul 27, 2006 - 8:51... Jul 27, 2006 - 11:22 PM
CelicaQT Ahhh you suck 97lestyousay! What the heck am... Jul 27, 2006 - 11:43 PM
CelicaQT Ok i just figured out why it's not working for... Jul 28, 2006 - 12:17 AM
gt4uk QUOTE(CelicaQT @ Jul 28, 2006 - 6:17... Jul 31, 2006 - 6:42 AM
tomazws This site is not quite Mac friendly
I'm not ... Aug 3, 2006 - 2:45 PM
Coomer Thanks for that. I use multipart/form-data because... Aug 3, 2006 - 7:34 PM
tomazws QUOTE(Coomer @ Aug 3, 2006 - 5:34 PM... Aug 4, 2006 - 1:21 PM
Coomer QUOTE(tomazws @ Aug 4, 2006 - 11:21 ... Aug 4, 2006 - 1:40 PM![]() ![]() |
| Lo-Fi Version | Time is now: March 22nd, 2026 - 5:48 AM |