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.
geekme 0 Junior Poster in Training

diafol
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.