Connect Arduino and phpMyadmin

That should have been obvious, but...

<?
	$temp1 = $HTTP_GET_VARS['temp1'];
	$temp2 = $HTTP_GET_VARS['temp2'];
?>
<html>
<body>
test server page

<? echo('temp1 = ' . $temp1 . ' '); ?>

<? echo('temp2 = ' . $temp2 . ' '); ?>

</body>
</html>