I want to integrate a php code into my application phoneGap(HTML). So, I tried this code but it doesn’t work.
<html>
<head>
<title>PHP Integrated with HTML</title>
</head>
<body>
<?php echo "things"; ?>
</body>
</html>
Please i need your help, Thanks.
You can’t integrate a php code in an html file
You can integrate HTML code in a PHP file