Jump to content

entering data into two tables? HELP


hammersm

Recommended Posts

I have two tables, one with the colums
UserID , Email (UserID is autoincrementing(
the other with
UserID , Phone

I have a form that posts the email address and the phone to my handling page. So how do I write a query that enters the email address in the first table then gets the autoincremented UserID. Then enters the Phone in the other table with the same UserID that has just been created by the first INSERT query.

I have been trying to do this for ages with no luck.

If anyone can help I would be very happy,

Cheers

Mark
Link to comment
https://forums.phpfreaks.com/topic/5356-entering-data-into-two-tables-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.