In php.ini, there is a setting called short_open_tag which controls whether <? is recognized as shorthand for <?php
Try using <?php instead - if that works, then your problem has been identified. > I have a question that could be Apache, could be > php, but I'm so new to this I have to ask: what is > wrong with my code for the form action? Apache > does not recognize the <? as the beginning of php > code and gives an error "filename is not valid" > whenever this form is submitted [note: phpinfo() > and several other php files work with no problem]? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php