This is my very first visit here, so i just want to say hi to everyone, and thanks to anyone who could help me with an issue.
Let me say that I'm really new to PHP/MYSQL so please forgive me if my questions are too basic... but everyone started in some place right?
I do have a table in Mysql, with several records and each record with some fields that need to be calculated... the tricky part (at least for my current knowledge) is that each calculated field depend of some values in the next record.
I know how to get the records with a select and return a recordset and access it row by row... but while I'm working in a row... how I can get the values from the next row to be able to make the calculations for the current row?..... sorry... maybe is too basic... but as I said... I'm just learning....
could someone give me an example showing how to do this?
thank you...
Miko