I'm following the directions of the post Building web server with B4J with Jetty library
I would like to understand if the web server is also able to process pages containing php
If possible, how to indicate the path to the Php interpreter to use?
For example, the page:
I would like to understand if the web server is also able to process pages containing php
If possible, how to indicate the path to the Php interpreter to use?
For example, the page:
B4X:
<!DOCTYPE html>
<html>
<head>
<title><?php echo "Titolo della pagina"; ?></title>
</head>
<body>
Sono le ore <?php echo date('H:i'); ?> del giorno <?php echo date('d/m/Y'); ?>.
</body>
</html>
Last edited: