Dear Sir,
Please help me to locate errors in following coedes
<html>
<head>
<title>PHP</title>
</head>
<body>
<?php
echo "Your name is:"." $_GET['text1'] </br>;
echo "Your city is:"." $_GET['text2'];</br>
echo Your mobile is:"." $_GET['text3'];
?>
</body>
</html>