[thelist] PHP Help - Please

Jay Fitzgerald jayfitz at bayou.com
Tue Nov 28 22:35:21 CST 2000


Neither one works...here's what I tried

<TD>
<?
$q3 = `perl cgi-bin/q3mon.pl > /dev/null`;
print($gs);
?>

<?
$hl = `perl cgi-bin/hlmon.pl > /dev/null`;
print($hl);
?>
</TD>

and

<TD>
<? virtual('cgi-bin/q3mon.pl'); ?>
<? virtual('cgi-bin/hlmon2.pl'); ?>
</TD>

These scripts work when executed in regular HTML like this:

<TD><!--#exec cgi="/cgi-bin/q3mon.pl"--><BR>
<!--#exec cgi="/cgi-bin/hlmon2.pl"--></TD>

When ran, they both cat data in other directories and output that data
wrapped inside some internal HTML code....

Thanks


--
Jay Fitzgerald - N at ta$ - Internet Director
===================================
Digital Athlete Gamers League   http://www.dagl.net
===================================
ICQ: 38823829






More information about the thelist mailing list