Moin,
wenn ich <?=htmlspecialchars( $_SERVER[PHP_SELF]); ?>
einsetze,
dann erhalte ich diese Meldung:
Error: Bad value <?=htmlspecialchars( $_SERVER[PHP_SELF]); ?> for attribute action on element form: Illegal character in path segment: < is not allowed.
From line 46, column 6; to line 47, column 32
*/↩ ↩ <form name="kontaktFormular" method="post" action="<?=htmlspecialchars( $_SERVER[PHP_SELF]); ?>" ↩ onSubmit="return isValid()">↩