Multi Insert

Hi there,
i'm still trying to insert more than one row at once in a join table (user user2course course). For example adding many users to one Course. If i try to solve it with a sql query selecting
Any Ideas?
Thanks and best Regards
Jakob
i'm still trying to insert more than one row at once in a join table (user user2course course). For example adding many users to one Course. If i try to solve it with a sql query selecting
- Code: Select all
__sql__ ="SELECT * FROM user2cource WHERE courseID = '$courseID'"
Any Ideas?
Thanks and best Regards
Jakob