Query Wha?
If you know what the code below does, you are:
a.) A Unix Shell Scripter
b.) Any member of my web-based systems class, except me
c.) Someone who should have never registered for my web-based systems class
d.) All of the above
if [ "$REQUEST_METHOD" = "POST" ] ; then
read QUERY_STRING;
fi
eval ` ( echo $QUERY_STRING | sed -e “s/\&/ /g”) `
eval fchar=` echo $userid | cut -c1-1
I have this thing where I want to try and learn from my classes. Apparently, I am one of the very few. Virtually every person in my class could teach the material. So, why are you taking the class??? Now I look like the idiot because I don’t know anything.










