Hello everybody i'm creating a website for adding videos .
Here is my sql tables :
Videos: (ID,title,link,membersID)
members: (ID,pseudo,pass,email)
after being conected as a member into the adding videos page , it impossible to add a video because i'm having this error ( 'membresid' cannot be null ) , i don't know how to definite the ID according to the connected member, please help me and thank's .