hey Support..
I am working on a new website, and the client wants to save the IP. I know how to get it from the session variables in PHP, but how do it tell to save the info with the rest of the information with that page. I was thinking I could do $value['IP_addr']=_SESSION['REMOTE_ADDR']; // I am not at my desk... is this correct? Also if I wanted to ADD a variable to the array $value that is passed to the BeforeAdd event, can I assign my values that are not on the page there if the corresponding names exist in the table. Also if I want to ADD something to a table that already INSERT, is there a way to retrieve the last autoincremented value I am using as the record counter.
Thanks again
Mike