I try to capture the value of $app_id
with the $_POST
method to Index2.html
with the code below and I can't.
The php
code in html page don't change the color and that is the signal that the server doesn't work! I'm using Dreamweaver cs6 as editor
Index1.php:
$app_id = $_POST["appID"]
Index2.html:
<label for="appID"><?php $_POST['appID'] ?></label>