@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9



Comments:

<0> SELECT * FROM settings WHERE `client_id` = "5"
<0> DB Error: unknown error
<0> ERROR: operator does not exist: ` integer
<0> HINT: No operator matches the given name and argument type(s). You may need to add explicit type casts.
<1> client_id without ''?
<1> and 5 without "" ?
<0> you're right
<0> i went all "My" on it
<1> i didn't got u
<0> it's PG
<0> i gotta stop goin all My on it
<1> ok :)
<2> how do i add php into an img?
<1> what exactly is your aim of that?
<2> i want to keep a record of times an img is loaded



<3> easier ways to do that
<2> maybe...but i'd like to use php
<3> well...how about this, smart***
<3> you can't add php to an image
<2> really? sad
<1> U can store that value in the external file :)
<4> not said.. smart. what kinda moron would put php in an image?
<1> lol
<2> why not?
<4> that's like trying to squeeze apples into oranges, why not?
<2> i've tried
<4> and failed?
<1> lool
<2> yes...miserably... :(
<4> as with everything else you've attempted in life :|
<2> i know
<2> it's quite pathetic
<1> man, It's just a HTML tag, and HTML is a language for HyperText MarkUp, U can't store any values in this way
<4> man.. i hate thinking for myself.
<4> worked my *** off for the last 11 hours, and i didn't mind at all.. but now i'm home with nothing but your lousy problems and i wanna die.
<1> <4> be more tolerant, we all weren't born with knowledges, and even today there are a lot of things we dunno
<4> i'm very tolerant. i'm just speaking in an overall generality that includes all the channels i'm currently in.. this channel just happened to be the window that was open when i started typing.
<1> k
<4> and do i know you? or.. you one of those that live on the other side of the world and come out when i'm asleep =P
<1> <4> not only when U're asleep :)
<4> lol.. guess not
<4> hmm.. there's a #php5, but not a #php4. or #phps .. although, that's ok. didn't expect to find one of those.
<5> all other #php's are the uncool ones
<4> 8 people in #php5.. 3 of them are shells
<4> yeah.. they have no friends.
<4> although, i'm gonna idle in the #php3 .. just to show some respect to the older generation
<1> cause, this channel is independent of the version
<1> loool
<4> phps is independent of the version =P
<4> although.. can't get much help for that channel.. ooh.. guys, guess what? I just turned my awesome php code into plain text =P .. really? man, i need some help with that. can't seem to get it to work
<1> hm
<6> ,,sigh..
<4> ..
<7> free domain& hosting 1 year http://forums.anandtech.com/messageview.aspx?catid=40&threadid=1806005&enterthread=y
<8> bleh
<4> lol
<3> stackless python is cool
<4> AcidicBase: i think he's getting CASH for people using the code =\
<8> he never clicked "accept" ...
<4> did you get a free domain yourself?
<0> how do you do the "selected" thing on a dropdown list?
<7> ?
<7> it works
<1> <3> what main advantages of Python r? I just heard a lot of it, but dunno exactly
<7> because I even saw it on slickdeals.net
<7> http://forums.slickdeals.net/showthread.php?sduid=0&t=200375&highlight=DOMAIN
<7> someone is going to be fired at buy.com and godaddy is going to lose a few profit
<7> =O
<9> http://www.buy.com/retail/coupon.asp?prid=82517432&adid=17662
<9> wow
<4> wow.. some of these "anti-american" propoganda films need to work on their photography.. start talking about the beauty of iraq and stuff, and they show a picture of a guy teaching a child how to put together an ak-47 =\ very beautiful
<9> thats beautiful.
<1> lol
<8> Tb: selected="selected"
<8> I think



<8> that's how I do it, at least
<4> holy ****ing ****
<4> firefox has pwned 247mb of memory
<9> apparently..
<9> did you read that whole thing about apge sizes and tabs?
<1> <8> what u're talking about? :)
<8> <@Technobabble> how do you do the "selected" thing on a dropdown list?
<8> that
<1> <option name=var1 selected>
<8> ah
<8> I use selected="selected", and it works
<1> maybe
<1> I tell as it's described in manuals usually
<0> dude
<0> wtf is the selected dropdown option?
<1> hm, didn't got u exactly
<0> on those dropdown boxes
<0> it's like "<option>something</option>
<1> <SELECT ...> </SELECT>
<1> then <OPTION>
<1> inside <SELECT>
<1> RTFM :)
<4> who wants a screenshot of my awesome firefox hog??
<4> http://public.newrandom.com/firefoxmem.jpg
<4> as if i cared what you would say
<0> wtf
<4> unedited.. except for ms paint sensorship
<4> censorship*
<8> what are you censoring? Porn client apps?
<4> yeah..
<8> fair enough
<4> and bookmarks
<1> hm, why does it take so much?
<1> man 23-51 is there?
<1> :
<1> (
<1> )
<4> ?
<1> your time :)
<4> lol
<0> i'm talking about the dropdown list
<0> there's a way to pick which one is selected
<4> 23:38.. wow.. took me 10 minutes to get that online since i took the screenshot
<0> so you can have a list of 20 things, but there's one that comes up selected by default
<1> <0> in php-script?
<0> never mind
<0> <OPTION selected value="
<1> yeah
<1> then u're using name of <select> and the value of <option>
<0> i got the two confused
<1> <SELECT NAME="selection">
<1> <OPTION VALUE="option1" checked>Variant 1
<1> <OPTION VALUE="option2">Variant 2
<1> </SELECT>
<0> i wanted the option selected value=
<1> then in php-script u have variable $selection
<1> with the appropriate value of <option>
<1> wtf, tell what u want clearer
<1> <4> I hate the native XP design, It's so slow :\
<4> i get through it
<0> this lok right?
<0> <select name ="css">
<0> <option selected value="bluetable">
<0> <option value ="bluetable">Blue</option>
<1> IMHO, no need </option>
<4> i'm guessing the extra space, option value = is a typo
<0> hmmm
<0> this isn't doing what i thought it was going to do
<0> i'm pretty sure i have it correct
<1> <4>it doesn';t matter, just tested that, It works
<1> <0> so?
<0> nope, it's not doing what i thought it would do
<0> hmmm
<0> i think i can fix it though


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #php
or
Go to some related logs:

neslihan klip
arkadan
#allnitecafe
darra + bihar
#india
#allnitecafe
#php
WPNT511 on ubuntu
#allnitecafe
#chat-world



Home  |  disclaimer  |  contact  |  submit quotes