I've changed

<form method="post" action="<?php $PHP_SELF; ?>">

To

<form method="post" action="<?php =$PHP_SELF; ?>">

And I get a parse error. Could you possibly help me correct this? (I'm a
newbie, so have pity on me. =)



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

Reply via email to