Questions tagged [virtual-file]

Use this tag for questions about programmatically creating and using virtual files. Questions specific to a certain programming language and/or framework should also be tagged with that language and/or framework.

31 questions
-1
votes
1 answer

How to make a virtual file in php

Let my site url be http://example.com . Suppose if the user is entering the url http://example.com/profile_103.php , i need to display the profile of user having an id 103 and the file profile_103.php does not exist. I need to get the values…
Anuraj TS
  • 19
  • 4
1 2
3