Hi,
This some of my php query
INSERT INTO aacl_match (team, ladder) VALUES ($teamnamme, $ladder)
I actually have an extra field here called ID but I havent included it in the query becuase its auto_increment. How can I put the id into a variable though so once the query is done, you echo
$fetchid
and it will come back with the number id.
Hope this is clear
Thanks