Hai,
i want to insert a record and retrieve id using php-mysql.
i want insert a record by copy of another one table.
after inserting i update a field in the inserted record.
so, can i insert a record and return the inserted record id.
(each record will insert by a unique id).
regards,
Senthil.V
i want to insert a record and retrieve id using php-mysql.
i want insert a record by copy of another one table.
after inserting i update a field in the inserted record.
so, can i insert a record and return the inserted record id.
(each record will insert by a unique id).
regards,
Senthil.V
Comment