> Sometimes I see URLs in CGI standard such as, > http://www.opengl.allanpetersen.com/index.php/contents/Main/Programming/OpenGL.html > That has no "?" for parameters and instead params are listed after > index.php. > How should we parse the file name out of it?
I have applications working with such URL. I have setup a system where I check the URL with some rules like "starts with something" and have an associated handling routine. The routine parse the URL to extract meaning information and build a reply. This is pretty easy to do with ICS component. -- [EMAIL PROTECTED] The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be