Hi there!
Is it possible, that every request to your website executes only one and the same PHP script everytime?
An example:
will all execute a single script, let's say "index.php" , which somehow has access to the parameters (none, thread-183, article-92, start, files/image.jpg). Is something like this possible? If so, how and how can "index.php" then catch those parameters?
Thanks in advance for any help. :)
Is it possible, that every request to your website executes only one and the same PHP script everytime?
An example:
will all execute a single script, let's say "index.php" , which somehow has access to the parameters (none, thread-183, article-92, start, files/image.jpg). Is something like this possible? If so, how and how can "index.php" then catch those parameters?
Thanks in advance for any help. :)
Comment