<form action=form.php method=GET>
Info: <input type=text name=info size=25 maxlength=25 value="<?php
htmlspecialchars($info); ?>">
<input type=submit>
</form>


Hi, im trying this form w/ htmlspecialchars (php function), but it doesn't
seem
to work, when i submit the form.. htmlspecialchars($info); is included on
the source
ex: <? HTMLSpecialChars($info); ?>

Hm, am i correct?

thanks!!


louie


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to