
Kanji
User
/ Moderator
Jul 9, 2000, 6:22 PM
Post #2 of 2
(318 views)
|
|
Re: How do I call a cgi script using html
[In reply to]
|
Can't Post
|
|
There's a few ways to do it in PHP3. One such is <?php exec("/path/to/cgi"); ?>, and the others are documented in the PHP manual. Perhaps you ought to seek a PHP forum if that's what you really need help with?
|