Viewing 1 replies (of 1 total)
  • Plugin Author nickboss

    (@nickboss)

    Hi, with:

    
    $filerecs = wfu_get_filtered_recs(array());
    

    $filerecs contains an array of all uploaded files

    with:

    
    $filerecs = wfu_get_recs_of_user($userid);
    

    $filerecs contains all uploaded files from user with ID $userid

    Regards

    Nickolas

Viewing 1 replies (of 1 total)
  • The topic ‘Accessing Upload Data from sql’ is closed to new replies.