Petre Agenbag wrote:
> My oh my
> OK, can someone help with this one???
> My original Form conatined the following:
> <form action="test.php" method="POST" enctype="multipart/form-data">
> bla, bla
> 
> 
> And then things broke, so, out of curiosity, I removed the enctype=""
> part, and now it works????/

Another tip you might find useful if you're writing code that outputs a 
<FORM> that posts to itself, is to echo $PHP_SELF instead of hard-coding 
the target.  If you happen to move your code elsewhere in the future, 
this will save you the time of having to go back and specify a new POST 
target.

drw



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to