Hello,
Is there any way to find out the value of the id (wich is autoincrement)
when using the following statements:
$query = "INSERT into rfc values
('','$gebruiker ','$omschrijvin g','$reden','$a anspreekpunt')" ;
$sql = mysql_query($qu ery) or trigger_error(m ysql_error(), E_USER_WARNING) ;
Is there any way to find out the value of the id (wich is autoincrement)
when using the following statements:
$query = "INSERT into rfc values
('','$gebruiker ','$omschrijvin g','$reden','$a anspreekpunt')" ;
$sql = mysql_query($qu ery) or trigger_error(m ysql_error(), E_USER_WARNING) ;
Comment