Posts by Vithor Carlos • 25 points
2 posts
-
2
votes2
answers2394
viewsQ: How do I get the Logged in user ID in the PHP session and play in a variable to insert?
I need to get the user ID already logged in to play in an Insert query, because I will connect it to a Foreign Key Employee. I need to get this ID, only I’m not sure how to proceed and I’m beginner…
-
0
votes1
answer785
viewsQ: How to insert foreign keys in PHP, so I can have a control when pulling the VIEW
I am doing a project, where employees registered on the site (corporate), can register: Errors and Customers who had these errors (In case it is a support company). I need PHP to do the Foreign Key…