Hi, I'm making a few custom pages and SQL submission forms and have managed to get the user ID of the person thats created a row in to the SQL, but i want it to display the users Nickname when the results are printed instead of the user ID.
i've tried
getProfileInfo( $results['UserID'] );
but to no avail (the page just displays "Array"). I'm pretty new to php and cant yet get my head around arrays, if anyone can help i'd very much appreciate it! :)