0
How do insert foreign key in mysql using php?
I'm confused on how to keep track of users by using foreign key of mysql and join two Tables.... Can anyone pls help me.. I'm new to php??
3 Respuestas
+ 5
https://stackoverflow.com/questions/40621965/using-php-to-insert-into-sql-table-with-foreign-keys
https://stackoverflow.com/questions/33477661/insert-values-in-table-with-foreign-key-in-php
http://www.webdeveloper.com/forum/showthread.php?199669-How-to-insert-data-into-tables-related-by-foreign-keys
https://www.youtube.com/watch?v=DTte3EWXolY
+ 1
Thanks... :) it cleared my doubt
0
Inserting method