I write the following html code :
<html>
<body>
<form method="post">
<input name="imap" type="image" src="screenshot.png">
</form>
</body>
</html>
But when in browser i seee no picture
My php code is as follows:
<?php
echo $_REQUEST["imap_x],$_REQUEST["imap_y"];
?>
Please help.

Member Avatar for diafol
echo $_POST["x"],$_POST["y"];

does that work?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.