[PHP] I need unique max number

2004-08-18 Thread Pieter from SA
Hi all I have data in one field in a database, all is numbers that can be duplicated. 200, 200, 100, 50, 30. i need to get all data from this field, terminate the duplicates and get the max nuber that is not a duplicate, in the numbers above that would be 100. I had a look at array_unique, but

[PHP] Re: What's this

2004-06-17 Thread Pieter from SA
This type of action is used in a lot of files in "PHPbb". I need to change someting in the "Jump to" at the bottom of Search and memberlist pages. "Pieter From Sa" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi > > This has me conf

[PHP] What's this

2004-06-17 Thread Pieter from SA
Hi This has me confused, is this Java or a php class, a constant or what?, i have never seen this kind of action. In what type of file will i find the "S_MODE". Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Refresh and retry when using back button on IE

2004-06-02 Thread Pieter from SA
Hi I need to know if there is any code that can be used to get rid of the refresh and retry when using the back button in internet explorer. Every time i get info from the database and display the result, and i use the back button it says Warning: Page has Expired The page you requested was crea