@# 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



Comments:

<0> yeah i will read it.. but can u just tell me that its the join function that i need to do what i want right?
<1> you don't need a specific JOIN maybe.. just a detailed SELECT and WHERE
<1> however you can use JOIN
<1> there're two ways to use it
<1> as indicated on that page
<0> lol ok ok
<1> SELECT type, ID from table1, table2 WHERE t1.type=t2.type
<1> that's what i was after
<1> something similar to that anyway
<1> or you cuold use a join
<0> w00t i got it
<0> SELECT interestuser_Type FROM urban_userlog, urban_interestusers
<0> WHERE user_CountryID = 191 AND user_ID = interestuser_userID
<0> GROUP BY interestuser_Type, interestuser_InterestID
<0> soz about the spam lol
<2> do you think people would pay to have a live person try and discourage them from eating when they opened the fridge?



<1> it wouldn't work
<1> they'd fire you
<2> fat people usually have sensitive stomachs, I find just talking about diarrhea and grilled cheese sandwichs caked with earwax makes them stop eating
<3> !
<1> prevents them in that particular moment, perhaps
<3> Mmm...
<1> but no, now that you mention it, i don't think someone would pay for THAT kind of discouragement
<2> right jon... hence why it'd only happen when they open the fridge
<1> i was thinking like a fridge bouncer, of sorts
<4> the one thing i like about myspace is that it felt like i wrote it
<1> LMFAO
<4> it hardly works, it's ugly as hell, and most of it makes no sense at all
<4> stuff is missing even when it is fully working
<1> thank you , evulish
<1> rQuote(20/210): [dfghdfgh] hey IRCop [dfghdfgh] i **** DALnet servivces [dfghdfgh] i will hack you and **** you [dfghdfgh] ***hole [dfghdfgh] hey i'm talking to you
<1> rQuote(210/210): [@evulish] the one thing i like about myspace is that it felt like i wrote it [@evulish] it hardly works, it's ugly as hell, and most of it makes no sense at all
<1> that's awesome
<1> and mypsace does ****
<5> was never compelled
<6> used what?
<2> myspace
<4> your mom for ***
<6> evulish: I would hope not, she is dead
<2> I don't see why myspace is different from yahoo or any other service
<2> plus every ****ing day I read stories about them arresting people for posting **** on there to kids
<2> so what the hell is the attraction?
<5> indeed
<6> it's free.. and kids use it?
<1> http://www.myspace.com/wtfyote
<1> HAR HAR HAR
<2> that guys a faggot
<2> you can tell
<2> who is it?
<1> me numb nuts
<6> lol
<5> wha-wha-whaaa
<7> myspace is like livejournal and a geocities page birthind a superdeformed child
<7> birthing, too
<2> prototype x104
<6> ok nighterz all.
<1> night
<1> old timer
<6> lol.. im 31, but i am just gettin over being sick, and I am tired as hell due to having sleep apnea
<6> and I want to read a book ! :D
<1> hah, alright alright
<1> night
<6> night.
<8> ah, yes, apnea.
<1> lol
<8> i know this word from work.
<1> my uncle has it
<8> sleep apnea?
<8> sounds awful, i'm reading about it on wikipedia
<8> @google "sleep apnea"
<8> damn you, mod_spox
<9> someone say my nick (testing soetng)
<10> stfu fuehrer
<10> lol
<11> Anyone here familiar with paypal and working with ipns?
<12> okay



<12> here's some advice
<12> do *NOT* use paypal
<12> the end.
<4> that question comes up damn near every day
<11> I"m sory :(
<11> *sorry
<11> Doesn't fix my problem though. Ugh. I'll just take a break and do some more googling later.
<12> right, but all the google in the world isn't going to save you from paypal
<12> do NOT use paypal
<11> What should I use instead?
<2> could someone /timer 100 10 /notice wise-guy DCC CHAT (9.0.2.1.0)
<2> he's going nuts
<2> it doesn't really do anything, it's just pissing him off
<2> err
<2> //timer
<11> Technobabble: Do you have an alternative for a paypal like service?
<12> try a bank
<12> ya know, like a real bank
<12> preferably one regulated by the FDIC
<11> Well I need to start looking into that for me personally, but this specific problem I was running into was for a client.
<11> I found that it's something with the cl*** I was using. So much for using a premade cl***.
<13> g'nite folks...
<14> rawr
<12> i hate you
<12> so very much
<12> i hate you almost as much as i hate billy mayes
<14> sure thanks i love you too tb
<14> Tb
<14> is google 404?
<14> @google php
<12> nope
<14> hum..
<14> interesting
<14> I blame the uni
<12> http:// 66.102.7.104
<12> try that
<15> !php echo (100 / 339000000) * .60;
<15> @php echo (100 / 339000000) * .60;
<16> ****
<16> !php echo (100 / 339000000) * .60;
<16> shti *** cunt
<17> $filename = "$macaddress.def" ;
<17> how would i get that to work, if $macaddress is set, but i need the variable $filename to have .def in it
<12> what's the error?
<17> actually not sure
<12> does it error on you?
<17> tes
<17> yes, but i dont have it availible
<17> i know the syntax is wrong, just not sure what the right one is
<12> well, you might wanna have that available in a help chan
<12> you might be looking for $macaddress[def]
<17> ok... think about this hypethetically... i have a varible and some plaintext that i need saved to a variable, how do i do it
<18> $filename = $macaddress . '.def.';
<18> er
<18> $filename = $macaddress . '.def';
<19> "${macaddress}.def"
<17> thank you :)
<17> Revolt-, yours seems to work, but it makes two files and puts the data in the wrong one
<17> <?PHP
<17> $data = str_replace("\\", "", $_POST["pfull"]);
<17> $filename = $macaddress . ".def";
<17> $file = fopen($filename, "w");
<17> fwrite($file, $data);
<17> fclose($file);
<17> ?>
<17> two files are .def and lalalalalala.def (which is the right one)
<17> but .def is the one with the data
<17> $filename = $macaddress . '.def';
<17> i ment that
<20> Koinasake, what the $macaddress look like ?
<20> something like=> 0a:0b:0c ?


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#allnitecafe
anabolic_omen
#kl
#india
#kl
lezpi
#worldchat
#java
unknown symbol pci_disable_msi
#linux



Home  |  disclaimer  |  contact  |  submit quotes