Argh! You are right. Php doesn't like
. in the names of form elements. It replaces
. by
_.
<?php
print_r($_POST);
?>
<html>
<body>
<form method="post">
<input type="text" name="some.name">
<input type="submit" name="submit.1" value="submit">
</form>
</body>
</html>
Hmm.. strange! Lets see if someone else has an idea !
Ignorance is definitely not bliss!
*PM asking for help will be ignored*