R6025 Error

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

 



Hi all,

I'm having a problem with a R6025 error. What happened is that I have a
table generated using MySQL and PHP that displays all the registered
customers. On the table header, i allow them to click on some links that can
sort the table according to their preference. Sometimes, when users click on
these sorting links, they get an error:

=============================================
Microsoft Visual C++ Runtime Library
Runtime Error!
Program: C:\Program Files\Internet Explorer\IEXPLORE.EXE
R6025
- pure virtual function call
=============================================

when this error appears, the user will have to click "OK" which closes the
browser!! Can someone advice me what i can do??

the links look like that:
<a
href="<?=$PHP_SELF;?>?sort=desc&sortBy=<?=$order;?>&argmt1=<?=$argmt1;?>">De
sc</a>
<a href="<?=$PHP_SELF;?>?sort=asc&sortBy=<?=$order;?>&argmt1=<?=$argmt1;?>"
>Asc</a>

why should this cause an error??!!! thank you!

best regards,
hwee hwee

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux