right i am inputting a antryp to my database using the following code which works well
$query1 = "insert into topic (description, forum_id, starter)
values
('$topic', '$forum', '$username')";
$result1 = $handle->query($query1)
hears the problem, i need it to return the ID field from the record just created.
can any one help please
thanks
berrance