Hey all,
I am pretty green with the PHP stuff, in fact I really dont know much about it at all.
I recently installed a php comment system on
http://wildcat.arizona.edu
In order to get the system to work I had to name the file to .php
Seems that now the Perl Scripts for the banner Ads no longer will run,
Here is the file I am working on...
http://wildcat.arizona.edu/papers/97/86/comments.php
Also this is the former Perl Command line:
<!--#exec cmd="/home/webby/html/cgi-bin/WebAdverts/bigbutton.pl"-->
And among the many PHP command lines I have attempted to run the script with:
<?php
exec(perl "/home/webby/html/cgi-bin/WebAdverts/bigbutton.pl");
?>
<?php
exec("/home/webby/html/cgi-bin/WebAdverts/bigbutton.pl");
?>
<?php
exec("perl /home/webby/html/cgi-bin/WebAdverts/bigbutton.pl");
?>
<?
exec ("/home/webby/html/cgi-bin/WebAdverts/bigbutton.pl");
?>
Anyone got any advice for me?
Thanks!
Jon Hasbrouck
Online Editor
Arizona Daily Wildcat