[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Netscape ignores %20 with $sort="id DESC"


Hi,
some users of my web are having problems with sorting a MySQL table
because older
versions of Netscape do not recognize a blank space and do not convert
it into a %20.

Here's my situation:
$sort = "id DESC"
if ($page_num != $total_num_page){print " <a
ref=\"./propview.php?$guidestring&cur_page=$nextpage&sort=$sort\">Next
Page</a>

Netscape drops "DESC" because it can't convert the blank space into a
%20.  (this works fine with newer versions of Netscape. Internet
Explorer does not have such a problem).

Is there a workaround for this problem?

Thanks,
Paul.





---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <mysql-thread92855@xxxxxxxxxxxxxxx>
To unsubscribe, e-mail <mysql-unsubscribe-treed=ultraviolet.org@xxxxxxxxxxxxxxx>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



This mailing list archive is a service of Copilot Consulting.