<--exec cmd="list.cgi"--> with RabbitWeb
<inecoiec-/[email protected]>
| Newsgroups | gmane.comp.hardware.rabbit-semiconductor |
|---|---|
| Message-ID | <[email protected]> |
Hi group
I need show in a web page a list with the contents of a fat file dynamically .
Ussing shtml, i can do this writting this in shtml page.
<html>
<head><title>Documento sin título</title></head>
<body>
<!--#exec cmd="list.cgi" -->
</body>
</html>
but I need use Rabbitweb because need show some variables with
<?z print($variables) ?>
Can you give me some idea how do it ?
Omar
Thanks in advance.