A Checkbox Group in PHP
Friday, February 29th, 2008[...more...]

mytemplate.php (see code below).
<h2>Check file</h2> <form name="checkfile" method="POST" action="<?=$PHP_SELF?>" enctype="multipart/form-data" > <input type="hidden" name="max_file_size" value="8000000" /> <input type="file" name="file" id="c_f"
[...more...]
$string2 =
ereg_replace('<font size=.+4.>+ ?<b class=.bltxt.>(.*)</b> ?</font>'
[...more...] (query-replace-regexp "^[[:digit:]]* " "" nil nil nil)
(query-replace
[...more...]
Find files that contain a text string:
grep -lir "some text" *
The -l switch outputs only the names of files in which the text occurs (instead of each line containing the text), the -i switch ignores the case, and the -r des
[...more...]