I'm a newbie to PHP, so I apologize ahead of time. Please be gentle.
I want to write a php program that calls a cgi script to automatically update my webpage.
I have tried to following, but it doesn't work I know, however, that the cgi script does work.
<?php
shell_exec("http://www.mysite.com/cgi-bin/mt/mt-rebuild.cgi -all")
?>
Any ideas?
dhart