mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #63] Question #47
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@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@prasathmani commented on GitHub (Oct 9, 2018):
Feel free to reopen if your issue is not solved