inserting records and associating them to the user id
Eric,
So I have now associate the Listing User ID (one of the primary keys on the listings table) to the USER ID (one of the primary keys on the USER table), using the following code.
Data Assist Insert record, then lightening bolt, then in please select a server entity field: Session: Select USER_ID.
<?php echo $_SESSION['USER_ID']; ?>
I did a document of screenshots but its 200k and I cant compress it.
Thanks,
Neil