Please I will give 10 points ! I always do.
This is the error
PHP Parse error: syntax error, unexpected T_VARIABLE in /var/www/html/search.php on line 11
This is my whole code
<?php
include ("dbinfo.inc.php");
mysql_connect('localhost',$username,$password);
@mysql_select_db($database) or...
Say I have a file with 200 lines. I do the grep -n PATTERN FILE .
Now say I want an output of lines with the word "hello" by itself only in lines 100 -150. And the output has to have the lines numbered too. How can I do this ? I have been trying for hours !
If you know another command I can...