[GH-ISSUE #63] Question #47

Closed
opened 2026-03-02 15:55:16 +03:00 by kerem · 2 comments
Owner

Originally created by @Parth-Kadakia on GitHub (Oct 1, 2018).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/63

So I have plenty of job folders that I need access to via this beautiful tinyfilemanager. I pass a variable using GET and the tiny file manager just gives access to $p variable. How do I access my variable too?

Originally created by @Parth-Kadakia on GitHub (Oct 1, 2018). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/63 So I have plenty of job folders that I need access to via this beautiful tinyfilemanager. I pass a variable using GET and the tiny file manager just gives access to $p variable. How do I access my variable too?
kerem 2026-03-02 15:55:16 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@wmerfalen commented on GitHub (Oct 4, 2018):

@Parth-Kadakia are you asking how do you access GET variables from within PHP? If so, you'd try to do it like this:

echo $_GET['my_get_variable']; //This will echo the variable you passed via the query string

<!-- gh-comment-id:426880698 --> @wmerfalen commented on GitHub (Oct 4, 2018): @Parth-Kadakia are you asking how do you access GET variables from within PHP? If so, you'd try to do it like this: `echo $_GET['my_get_variable']; //This will echo the variable you passed via the query string`
Author
Owner

@prasathmani commented on GitHub (Oct 9, 2018):

Feel free to reopen if your issue is not solved

<!-- gh-comment-id:428157670 --> @prasathmani commented on GitHub (Oct 9, 2018): Feel free to reopen if your issue is not solved
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#47
No description provided.