About browser cookie

2004-07-20 Thread Mike Ni
Hey everyone, I am new to the web programming and I having a timeing issue with the browser cookie. For some odd reason, I am having a hard time to retrieve the cookie's parameter returned by the user's browser. I use the CGI's cookie routine. Yet, sometimes it wouldn't work. Is there a more

Re: query_string

2004-03-24 Thread Mike Ni
--- "C http://www.w3.org/TR/html401/interact/forms.html#h-17.13> > (along with a link to a recommendation of allowing > ';' in query > strings that you should be warned very few > implement.) > > As others have posted, one should generally avoid > parsing the query > string manually. > Thanks

query_string

2004-03-23 Thread Mike Ni
Hey everyone, I am having a tough time to parse the "query_string". Does anyone know where I can find man page about how the Apache construct the "query_string"? Additionlly, is it right that Apache will place the returned "query_string" in "STDIN". Thanks! MIke ___