[Mediawiki-l] Save Errors Agin - Programming Code Text

Brion Vibber brion at pobox.com
Sun Jan 30 03:18:52 UTC 2005


> ---- cut below this line:
> <form method="post">
> <textarea cols="40" rows="10" name="wpTextbox1"><?php
> if( isset( $_POST['wpTextbox1'] ) )
> ~  echo htmlspecialchars( $_POST['wpTextbox1'] )
> ?></textarea>
> <input type="submit" />
> </form>
> ---- cut above this line

Note that the tilde (~) is added by the PGP wrapper and would break this 
little program if copied literally. Don't include the tilde!

-- brion vibber (brion @ pobox.com)



More information about the MediaWiki-l mailing list