| Chris62vw | what do you mean no structure there's a Structure right next to the Gap store |
| zach | no one has status ;p |
| Chris62vw | there doesn't need to be some heirarchy it's a damn irc channel! |
| zach | well it seems odd there isn't at least a few people sitting with op. |
| revdiablo | zach: It's common freenode policy not to use +o until the point that it's necessary |
| Chris62vw | there is no readson to |
| zach | oh |
| Chris62vw | reason rather why bother? there is absolutely no need to keep the +o besides, it's more fun that way too |
| revdiablo | In fact the +o can create tension |
| Chris62vw | power-hungry assholes like to keep +o :-) among others |
| ofer | GumbyBRAIN, tension |
| GumbyBRAIN | In fact the +o can create tension. |
| Chris62vw | GumbyBRAIN, we are a nation of dongs |
| GumbyBRAIN | how does what you think that there's ever a need to know about the book of dongs. |
| revdiablo | zach: Anyway, back to your paste... you should use placeholders instead of interpolation. It's easier and safer |
| zach | true i tried many things..my solution use php for mysql stuff -.- |
| Chris62vw | here is how your SQL should look (get ready for a three line paste!!!) my $query = "DELETE from $TABLE WHERE lower(key) = lower(?)"; my $sth = $dbh->prepare($query); $sth->execute($keyword); |
| gmoore | i find people who don't remain opped to be far worse because they often try to bait people with arguments and insults and then ban the person, as the person didn't realize they were arguing with an op which is a pretty greasy thing to do |
| Chris62vw | notice the prepare and execute? do that every time. don't do $dbh->do() unless you know what you're doing |
| zach | what about quote() <Chris62vw> zach, anyway, $quoted_string = $dbh->quote($string); THEN use $quoted_string |
| Chris62vw | gmoore, not here. besides, most of us don't ban on insults. insults are personal in nature and have nothing to do with the channel as far as I am concerned zach, you can use it if needed. otherwise, don't |
| gmoore | Chris62vw: just saying, from experience. i'm pretty sure i'm still banned from #css (4 months+) because someone was telling me my code was terrible and should be re-done, and then progressed to telling me i shouldn't be doing css at all. i told him to either help or get lost -- so he banned me. a grand channel for sure Chris62vw: also completely offtopic, just thought i'd throw this out there |
| Chris62vw | haha. I bet I know who did that gmoore, yeah, it happens. I hate ops like that. pretty lame if you ask me |
| zach | css... |