Using formmail? Replace it with its NMS equivalent, which is better written and more secure. Better still, upgrade to TFMail, a script that does everything FormMail does, but without the security holes....
Consider this code snippet: <p class="intro">Hello World! I am <em>Andrew</em></p> There are two elements (a p-type and em-type), one attribute (class="intro"), and four tags (<p class="intro">, <em>, </em>, </p>). In XML, the tags are the things delimited by `<'...
If you don't like the pager in MySQL, you can change it with the mysql>pager [pagername] command. See the MySQL commands page. eg mysql>pager less makes mysql use less....
-i = case insensitive -l = only matching filenames --include = only grep in files whose names match...