|
am-i-re***d.gif
|
#1136
|
|
bluebird
A*DIC*TED
|
// capture X and Y from query string
$x_and_y = $_SERVER["QUERY_STRING"];
$x_and_y = explode(",",$x_and_y);
$inX = $x_and_y[0];
$inY = $x_and_y[1];
unset($x_and_y);
// echo $inX. "," . $inY;
$myImageMap->testMap($inX, $inY);
having...a hemorrhaging aneurysm bc i can't find what is wrong with line 33 and 38 :burning:
 
dec 14
S A U C Y
「 art by mdomã€
✦✦✦
|
|
Posted 04-29-2018, 11:04 PM
|
|
|