Hi, in my web server application i need to have multiply html pages for ad.cgi. but i can't prediction number of sub pages so i cant't copy & paste base ad.cgi page with different names and put them on Web static file.
my prefer links is something like this :
192.168.0.10/ad.cgi?p=1 .... 192.168.0.10/ad.cgi?p=100
how i can implement this method of dynamic HTTP link ? can i process parameters on http page requests?