[PHP-DB] Re: Very confused with query

2003-07-05 Thread Ronaldo Villarosa
This one works, just change the fields... SELECT transaction_user_id, Max(transaction_date) AS transaction_max_date, * FROM transactions group by transaction_user_id; This works... but I tried it on a number field instead of date... but it should handle the same way... Ronald Villarosa www.pabah

[PHP-DB] Re: Sessions help needed!

2003-07-05 Thread Ronaldo Villarosa
It recently happened to me too... however, I use the session_id() to keep track of the same session... I also use a table to check on who's who.. Anyway, it was working fine and all of a sudden the client complained that no one can log in... I echoed the session id of the pages and saw that diffe