Hello,
Instead of having url parameters and using Them to fetch data, such as
File.php?n=1
File.php?n=2
I want to have different file names and fetch THE correct data based on the File name. For example.
File-1.php
File-2.php
My question is: is it possibly to somehow create these files dynamiclly? Atm i have Them static meaning IF something should be changed in every File(49 files) then i have to do it manually 49 Times and this does obv not work.
I cant come up with a fix for this. If possible, i DONT want to fake the files with server config. I want to stay away from that