I am attempting to use a PHP include with cgi-bin. Is this even possible? My other includes work fine. Here is the offending code:

<?php include ".../cgi-bin/Calcium40.pl?Op=ShowIt&CalendarName=City"; ?>

I'm guessing that your problem is that the code is just displayed and not executed eh? If you're using apache, you can use virtual(). You won't be able to use include() in this context.

I will give that a shot...thanks.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.