Dynadot

Execute Perl/CGI scripts in your PHP pages

Spaceship Spaceship
Watch
Impact
6
You know when you want to include your cgi scripts in your php scripts but the normal include just doesn't seem to work?

Try this and if your lucky it just might work.

<?php virtual("/path/to/yourcgi.cgi"); ?>

Note: This only works on the apache web server.

For more information on the virtual() function see:
http://www.php.net/manual/en/function.virtual.php
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back