Re: Processing HTML form

2010-06-17 Thread Grant Edwards
On 2010-06-17, Bradley Hintze wrote: > I am on Mac OSX 10.6, server is apache. If I do get this working we > will move it to the main server which also serves apache, i believe.I > dont think I want a whole new server, I'd like to serve from the > apache framework if possible. There are a couple

Re: Processing HTML form

2010-06-17 Thread Benjamin Kaplan
On Thu, Jun 17, 2010 at 1:15 PM, Bradley Hintze wrote: > I apologize in advance for my lack of knowledge, I really do not know. > I would guess server but I quite honestly I am not clear what an 'HTTP > client' or 'HTTP server' refers to. I am running a webpage and am > serving it locally for the

Re: Processing HTML form

2010-06-17 Thread Bradley Hintze
I am on Mac OSX 10.6, server is apache. If I do get this working we will move it to the main server which also serves apache, i believe.I dont think I want a whole new server, I'd like to serve from the apache framework if possible. On Thu, Jun 17, 2010 at 4:34 PM, Grant Edwards wrote: > On 2010-

Re: Processing HTML form

2010-06-17 Thread Grant Edwards
On 2010-06-17, Bradley Hintze wrote: > I apologize in advance for my lack of knowledge, I really do not know. > I would guess server but I quite honestly I am not clear what an 'HTTP > client' or 'HTTP server' refers to. I am running a webpage and am > serving it locally for the moment. I have a

Re: Processing HTML form

2010-06-17 Thread Marco Nawijn
On 17 jun, 21:11, Bradley Hintze wrote: > Hi, > > I am a newbie to anything web related, I know a bit  of HTML though. > I've been programing in python for a year or so so I know the language > at an intermediate level. I am wondering if its possible to get info > from an HTML form and pass it to

Re: Processing HTML form

2010-06-17 Thread Bradley Hintze
I apologize in advance for my lack of knowledge, I really do not know. I would guess server but I quite honestly I am not clear what an 'HTTP client' or 'HTTP server' refers to. I am running a webpage and am serving it locally for the moment. I have a program that is already written in Python. I wa

Re: Processing HTML form

2010-06-17 Thread Grant Edwards
On 2010-06-17, Bradley Hintze wrote: > I am a newbie to anything web related, I know a bit of HTML though. > I've been programing in python for a year or so so I know the language > at an intermediate level. I am wondering if its possible to get info > from an HTML form and pass it to my python

Processing HTML form

2010-06-17 Thread Bradley Hintze
Hi, I am a newbie to anything web related, I know a bit of HTML though. I've been programing in python for a year or so so I know the language at an intermediate level. I am wondering if its possible to get info from an HTML form and pass it to my python code and return a page based on the code