Jump to content

[Resolved] Using PHP in an ISMAP?


marcus

Recommended Posts

Ok, what I'm trying to do is if a user clicks on a certain part of the image using the ismap then it would echo off something or like set a cookie for authorization or suttin

[code]
<a href=/php>
<img src=image.png ismap border=0>
</a>
<?php
$thing = $_GET['/'];
if($thing == "34,192"){
echo "noob";
};
?>
[/code]

neoblob.com/php

just go there if you dunno what i mean
Link to comment
https://forums.phpfreaks.com/topic/24952-resolved-using-php-in-an-ismap/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.