Names of Upload Files
Probably a simple question but I'm trying to combine two items to create a name of the file when I upload an image. I would like to use an "EventID" + "MemberID" for the name, how can I combine them?
'FileName' => "".($WADAAFTDirResult_details->getColumnVal("MemberID")) ."",
Thanks for the assist!!