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 !
Moderator
Featured Poster
Reputation Points: 524
Solved Threads: 356
Purple hazed!
Offline 3,878 posts
since Nov 2007