RE: Using "#" in the url string

2003-06-20 Thread Bob Showalter
michael watson (IAH-C) wrote: > Hi guys > > Hope someone can help. > > My file is called lame#19.gpr > > I am trying to send this to my cgi script, so my url looks like: > > cgi?filename=lame#19.gpr > > But of course "#" is a special character for a URL, so my > filename parameter gets cut

RE: Problem with script headers.

2003-06-20 Thread Bob Showalter
Nicholas Davey wrote: > Thankyou for the response. > > First, lemme just say you have been the first person to help out > without wanting a lot of source code that I would have to modify to > make suitable for use as a example. > > Now, first thing I need to address. The part about fopen(). That