WhateverJoe
echo $row['what_tha'];
A short while back I opened pico wrote some commands in a few files as I would type in the terminal then saved the files... then chmod 755 the files in my /usr/local/bin and rehashed and whaa laaa.....
things such as, I now have a dir command that is nothing more than ls -l ,
it's faster for me to type ls or dir ;-)
But I have a question?.... I want to trap and use options such as
myfile thisvar
and myfile grab (thisvar) so I can have a file named "edit" with something like:
sudo pico [thisvar]
I keep getting [cannot write out: permission denied] alot because I forget to sudo pico httpd.conf and other such files of that sudo nature... <grin>
anyone know ?
things such as, I now have a dir command that is nothing more than ls -l ,
it's faster for me to type ls or dir ;-)
But I have a question?.... I want to trap and use options such as
myfile thisvar
and myfile grab (thisvar) so I can have a file named "edit" with something like:
sudo pico [thisvar]
I keep getting [cannot write out: permission denied] alot because I forget to sudo pico httpd.conf and other such files of that sudo nature... <grin>
anyone know ?