I am trying to develop a web application which can be installed on either a windows or linux box. I hoped that users could even use the webapp with a windows/php/access combo.
The major problem I have encountered is that I cannot get the odbc functions in PHP to return the row id generated by an insert. I get a result indentifier back but the identifier is entirely useless to me as I can't find a way to get the row id out of it.
Does anyone know how to identify the new row which has just been added? I have spent ages trying to figure this out.
Greetings,
DaveTshave.