asdf wrote: > I have a python script whose output i want to dynamically display > on a webpage which will be hosted using Apache. How do I do that? > > > thanks Take a look at Django. It may be overkill for this first project but any time you spend learning it should be paid back in future projects. -Larry