Again, nothing to do with apache but with the way you submit the request. Submit with AJAX so you don't refresh the page. For this question you are better of asking on some programing forum not apache mailing list.
On Sat, Mar 26, 2011 at 1:53 AM, darknetone <[email protected]> wrote: > > While I realize that this is a CGI exercise I really was interestd in what > was thought about Apache this way. I want to use URLs with embedded > variables to an Apache server that will process(CGI) the data in the > variables, basically I am stuffing them into mysql. I do not want to send > back a page, I simply want the user to click a URL in a HTML email and poof > data sent to the web server the user never sees a web page. My point here > was to run it by everyone to see what they thought make sure I am not > missing anything, it has been a while since I played with Apache. - Thanks! > > > > Igor Cicimov wrote: > > > > Nothing wrong with the idea but can't see what does it have to do with > > Apache? You need CGI script like PHP,PERL,Python etc that will store the > > URL > > parameters in the database so this is programing task not Apache > > configuration task. > > > > > > On Thu, Mar 24, 2011 at 2:07 AM, darknetone <[email protected]> > wrote: > > > >> > >> > >> I just realized that the board executed the HTML code so all you see is > a > >> yes so I thougght I'd post a "trimmed" example ; > >> > >> " > >> > http://www.sitename.com/?userid=893&userresponse=yes&miscdata=347860475704 > >> " > >> -- > >> View this message in context: > >> > http://old.nabble.com/Apachie-to-collect-URL-variables-tp31220567p31220676.html > >> Sent from the Apache HTTP Server - Users mailing list archive at > >> Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> The official User-To-User support forum of the Apache HTTP Server > >> Project. > >> See <URL:http://httpd.apache.org/userslist.html> for more info. > >> To unsubscribe, e-mail: [email protected] > >> " from the digest: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > > > > > > -- > View this message in context: > http://old.nabble.com/Apachie-to-collect-URL-variables-tp31220567p31238713.html > Sent from the Apache HTTP Server - Users mailing list archive at > Nabble.com. > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: [email protected] > " from the digest: [email protected] > For additional commands, e-mail: [email protected] > >
