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
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