@# 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> 'X-Mailer: PHP/' . phpversion();
<1> yes
<1> and dont ever paste to chanell again
<0> sorry
<1> www.pastebin.com
<2> anyone here speak latin?
<3> no
<4> vini vidi vici? :D
<2> hehe
<4> Ugh
<4> I ate way too much at the restaraunt today
<4> heh
<2> hat did you eat?
<4> lots of fajitas
<2> mmmm good
<4> with lots of spices



<2> most places don';t make them spicy enough for me
<4> the next table over commented on how spicey mine TASTED (it was somewhat potent...)
<2> haha
<4> Well, this place I got to put in my own spices
<4> so
<4> heh
<4> it was a little warm. :D
<4> Mongolian Barbeque, if you have one near you, go there. You'll like it. :)
<2> OH hell yeah
<2> we loved that place
<2> there was one here and we used to eat there all the time
<2> then it closed
<2> we ****ing loved that place
<2> i would eat like 4 bowls
<5> mongolian bbq = cooked dogs
<2> god damn are they good ****ing cooked dogs
<5> yeah, it is good++
<2> i used to make this one bowl that tasted like you were eating in a greek resturaunt
<2> the cooks make the place
<6> http://img12.imagevenue.com/img.php?loc=loc154&image=21124_LindsayLohan_GM_01.jpg
<4> dev_null: i had about 3... i feel ilke i'd rather die at the moment. LOL
<5> holy crap
<4> lol
<5> is that actually lindsey's nipple?
<6> ya
<5> damn, sahn
<7> rdw: sup?
<5> hey, skins
<6> http://rapidshare.de/files/14469464/Lindsay-Lohan_oops_01-03-06.avi
<5> chillin' with a brewksi. you?
<6> http://people.freenet.de/gmanworks/edits/Gman_edit467_LindsayLohan8.jpg
<7> rdw: chillin with a fbsd box.
<5> hell yeah. i'm on the ubuntu lappy
<7> I have the lappy on but i am at the term of this box
<2> rdw, liking it, huh?
<5> skins: i won $15 in an office poker game tonight :D
<7> trying to get the stupid norton 2006 installed
<5> dev_null: yeah, it's decent. pretty trendy and all that
<7> its being stupid
<7> this is like the third time i try to tart the installer
<5> hmm
<5> i've never messed with norton
<5> i use avg 'cause i'm poor
<7> heh
<7> I dont mind norton
<7> jus the setup is was/dumb
<5> well, i'm fairly drunk/tired so i think i'll go to bewd
<5> bed
<5> catch you guys in the AM
<7> heh
<7> nite man
<5> later, skins
<8> Hi i have trying to write an application to dynamacally generate a customized multipication table
<8> but i donno where exactly i`m doing wrong
<8> can any one help me with seeing the code and give me some suggestion
<6> seeing the code ? meaning you already have some ?
<8> yea i have written but it's not giving me any output
<8> http://pastebin.com/579603
<8> here is where i have uploaded the codes
<6> echo $dl ?
<8> echo $dl



<8> where i have to add that one
<6> go figure
<8> okie now i got this
<8> <td><INPUT type="text" name="d2" size=10 maxlength=10 value="<?php echo $d2; ?>"></td></tr>
<8> that's where i have used that eco $d1
<6> and does it output anything ?
<8> nope
<8> http://kobita.polapain.com/test/multTable.html
<6> AHA !
<6> php.net/manual/en/language.variables.predefined.php
<8> here i`m testing it
<9> http://slashdot.org/article.pl?sid=06/03/01/141213
<9> lol
<10> what are the escape slashes again?
<10> . /" to ignore the "?
<10> . //" to keep the /?
<11> hi, is there a better way to write this case of a switch...im getting errors w/ php case 15 <= $timeInMinutes < 45 :
<4> MAS84: that's not even a valid condition
<11> this is true
<11> i ended up doing case $timeInMinutes >= 15 && $timeInMinutes < 45 :
<11> apparently not usually how switch statements are used, but it works ..
<12> hello everyone....
<12> anyone can tell me if it is possible to make a php file which is structured like this: <?php blah blah ?><html><head></head><body>blah blah<? echo $whatevervariable ?></body></html> ?
<12> where it's supposed to run the php code then show the page outputting the $whatevervariable to the user.... is that right?
<6> if your server supports short tags
<12> irzyxel... where I could check that thing?
<6> use <?php instead of <?
<12> ok lemme try
<12> uhm it doesn't show anything at the echo thing...and even in the php initial code it should suppose to extract something from a mysql db
<12> irzyxel do u know maybe a php debugger gui where I can check the code step-by-step?
<6> iuh
<6> how bout debugging the rest first ?
<6> what filetype, look at the html source output, check error reporting level
<12> well I see the html page
<6> and looking at the source shows your php code ?
<12> just the echo doesn't show the value
<12> in fact the php code should just do first a select to see if there are data in the table and they are, then extractin some data from that table
<12> do you know maybe a debugger?
<3> debug this 8====D
<12> uhm? :D
<12> oh well... gotta go at office... thanks anyway
<12> I'll try to figure out
<12> cya
<9> http://qdb.us/56279
<9> (+RossH) I don't get tested....I just **** women.....and tell them I have aids......when they freak out....go get tested and call me crying from joy because they are clean I know I p***ed
<9> (+RossH) I'm cheap
<13> lol
<14> What does Register Globals do?
<3> lets all have a moment to think about this
<3> then we will share as a group :)
<14> The manual doesn't come right out and say it
<14> so I'm not sure
<14> Does it mean it automatically initializes
<14> variables from get and post
<3> im just being a **** dont mind me :)
<14> as the variable names
<13> SJr what does php.net have to say about register globals? :D
<14> Perhaps the most controversial change in PHP is when the default value for the PHP directive register_globals went from ON to OFF in PHP 4.2.0. Reliance on this directive was quite common and many people didn't even know it existed and ***umed it's just how PHP works. This page will explain how one can write insecure code with this directive but keep in mind that the directive itself isn't insecure but rather it's the misuse of it.
<9> haha they changed teh default scope of a set of variables in version 420
<9> like... it doesn't remember as well since 420
<14> I don't get it
<15> Hey, how do I minus 1 from a $var ?
<16> $var -= 1;
<17> $var--
<15> ok thanks
<18> hi all
<19> i'm using my friends php server, and i want to use a PEAR package, i want to requre the pacakge but i don't know where it would be normally installed in a windows installation, any suggestion? thanks
<6> c:\php\pear ?
<19> irzyxel: thank i tried that path, i'll ask him tommorrow.
<19> laterz
<3> *shakes head*
<20> hellohas
<20> ****ing TRUE ONE


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#london
foxy love drawn together nude
oh pinkerton
bnc script mirc
#AllNiteCafe
Implimentation of voice reconition
#php
#MissKitten
#linux
geditphp



Home  |  disclaimer  |  contact  |  submit quotes