Forum Moderators: coopster
I have a php registration page which involves insertion in many tables to complete a registration process. Here are the steps.
User register on website and a record insert into mysql users table.
By using php i am getting the mysql insert id and then I insert 5 records in different 4 tables by using this ID as foreign key.
I want to do this in one single sql command by using php and stored procedure. I have never done this before. Anyone can just tell me few things. How do I get insert id in stored procedure and how do I execute insert command.
Thanks
It shows you a program you can download to create and edit SPs, how to execute them using command line, the program itself or through a webpage.