I have a site built on php templates and all my pages are in php. But now i need to execute a cgi-script in a table on one php page. how can this be done?
Tnx,
Thomas
why dont you just write the CGI function in PHP?
-m
could do that, but a simple include worked just fine...
thanks anyway :-)