Sir I have following codes
[php]<?php
if(isset($_POST[‘button1’])) {
$aa = $_POST[‘text1’];
echo ("My name is " . $aa);
}
?>
These codes have no error message.
I am beginner so I request you to please check whether I am doing right.
Second Request:
Is it possible to use php codes in tag?
if yes then please adjust my php code in html tag.
Thanks in advance