Is it possible to get a bigger text area?
So far I have:
...
flush();
echo"<textaea name=... cols=... rows=... wrap=\"virtual\">\r";
system("nmap $option");
flush();
...
The output is long, but the text area is very small in the webpage. Is there any ways to make it bigger? Or is there any other ways to dump the output and have it line wraped?
Anyhelp is appreciated.