Apache::session questions

2004-01-26 Thread Kenneth W. Craft MCP
I want to allow my users to login to the site and give them access to forums, classifieds, and other "user specific" information. I've been trying to figure this out all week, butt have not come up with a workable solution. Here are a few questions: 1. How do I use .htpasswd file with a MySQL Data

RE: CGI.pm *with* a templating system?

2004-01-21 Thread Kenneth W. Craft MCP
-Original Message- From: Dan Anderson [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 2:30 PM To: Andrew Gaffney Cc: R. Bryant; [EMAIL PROTECTED] Subject: Re: CGI.pm *with* a templating system? On Wed, 2004-01-21 at 01:45, Andrew Gaffney wrote: > Dan Anderson wrote: > > On

Script within a script

2004-01-14 Thread Kenneth W. Craft MCP
Is it possible to execute a perl script within another perl script? I have advertisements on many of my pages of my site that are randomly picked using a random ad script. I am creating some pages that are dynamically being created, and I can't use ssi to pull the ads into the page (right now on m