I used security assist to create the login
dealer_tbl is the user table - (this is where the dealer_folder value is stored also)
I am trying to use some information, namely the dealer_folder, to use it in my path to where images are being stored. dealer_folder is auto generated when the account is made by using preg_replace[dealer_name]. Images should be stored to www.rankedontop.com/[dealer_folder]/images.
the problem i am having is accessing "dealer_folder" because the insert record behavior only "sees" the inventory_tbl, and the dealer_folder is in the dealer_tbl
thanks for your help.
even asking the question is hard. no wonder I can't figure it out :)