I have 2 tables
Register (email , username , pass )
Userprofile ( email , userimage)

I want that if user register then email from register table automatically insert into the userprofile table

is it possible ?

and i don't want to fire 2 querryr at register button

Thanks