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



Comments:

<0> un-irregardless... the "my logic fails" is what helped me.. you are right... i was deciding based on the last row.. not on the entire set.. i placed a $flag++ , if $flag>0 then it already existed.
<1> lol
<2> NetGene: you could use fewer resources by what i wrote
<2> it'll just break out of the loop if it comes up
<2> actually, i guess the else statement there is useless
<2> while (..) if (blah == blap) { $blah = 1; break; } } doink();
<1> !pee fmrao
<3> Floor My Rolling *** Off
<1> :(
<0> Fatal error: Maximum execution time of 30 seconds exceeded in...
<1> inf loop?
<1> !pee lfmrao
<3> Notice: Undefined offset: -1 in /usr/home/poutine/safe/raw.php(10) : eval()'d code on line 5
<3> Laughing Floor My Rolling *** Off
<1> !pee roffmrao
<3> Rolling On Floor Floor My Rolling *** Off



<1> lame
<2> !pee fofofofo
<3> Floor Out Floor Out Floor Out Floor Out
<1> !pee fma
<3> Floor My ***
<1> say ****ing my ***!
<4> !pee lmmfaoits
<3> Notice: Undefined offset: -1 in /usr/home/poutine/safe/raw.php(10) : eval()'d code on line 5
<2> !pee mfma
<3> Laughing My My ****ing *** Off
<3> My Floor My ***
<2> haha
<2> !pee fao
<3> ****ing *** Off
<2> !pee fmao
<3> Floor My *** Off
<2> dammit
<1> !pee fa
<3> ****ing ***
<2> !abcdefghijklmnopqrstuvwxyz
<1> :D
<2> !pee abcdefghijklmnopqrstuvwxyz
<3> *** Floor Laughing My Out Rolling
<2> !pee af
<3> ***
<3> Notice: Undefined offset: 2 in /usr/home/poutine/safe/raw.php(10) : eval()'d code on line 5
<3> Floor
<1> !pee roflroflamtoamroflramorlfla
<2> !pee afafafaf
<3> Rolling On Floor Laughing Rolling On Floor Laughing *** My Out *** My Rolling On Floor Laughing Rolling *** My Out Rolling Laughing Floor Laughing ***
<3> *** ****ing *** ****ing *** ****ing ***
<3> Notice: Undefined offset: 8 in /usr/home/poutine/safe/raw.php(10) : eval()'d code on line 5
<3> Floor
<1> hahah
<2> !pee afafafafafafafafafafafafafafaf
<3> *** ****ing *** ****ing *** ****ing *** ****ing *** ****ing *** ****ing *** ****ing *** ****ing *** ****ing *** ****ing *** ****ing *** ****ing *** ****ing *** ****ing ***
<3> Notice: Undefined offset: 30 in /usr/home/poutine/safe/raw.php(10) : eval()'d code on line 5
<3> Floor
<2> who sings ****ing in the bushes?
<2> cake?
<5> how to change lowercase och a char in a string to uppercase?
<1> och?
<6> OCH!
<1> oh
<5> och = and
<5> sry
<1> @strtoupper!
<7> (PHP 3, PHP 4, PHP 5)
<7> string strtoupper ( string string )
<7> Make a string uppercase
<7> http://www.php.net/strtoupper
<8> is there anything to worry about when upgrading from php 5.0 to 5.1? will anything break?
<5> mod_spox: hmmm thnx but hmmmm could ju perhaps tell how to just make the first char int the string uppercase
<1> check the release notes...? if you dl a stable you should eb fine
<6> @ufirst!
<7> Failed to find definition for ufirst!
<6> @ucfirst!
<7> (PHP 3, PHP 4, PHP 5)
<7> string ucfirst ( string str )
<7> Make a string's first character uppercase



<7> http://www.php.net/ucfirst
<1> sorry...that "och" threw me off
<9> DAS HOSENBORGENMORG
<9> MOO
<6> OOOOMBA
<5> mod_spox: thnx
<7> sure
<10> what regex would i use to make sure only letters and numbers are in a string? i tried /^[a-zA-Z0-9]/
<1> aber ich spreche deutch...
<6> if(preg_match('/^[a-zA-Z0-9]$/', $string)){ /* good */ }
<10> ah
<10> $ is needed?
<10> ;/
<6> yeah
<1> * localhost (gus@antibala.com) has left #MySQL
<1> i never wanna see that again
<10> Warning: preg_match() [function.preg-match]: Unknown modifier '$'
<10> :X
<10> ah ok i see
<10> my fault
<2> oh man.
<2> i want these seats.
<2> 4 Tickets, Center Orchestra Row A, Seats 104-107
<2> First row by Stage. Seat 104 is 4 seats off aisle.
<2> dead-center. front row.
<2> Total Cost: $1233.50
<1> who is it?
<2> who is what?
<2> oh
<2> it's for spamalot
<0> bye, thanks
<11> np
<1> oh...i meant like who's performing
<11> can someone !php date('U'); pls
<2> yeah, spamalot
<6> @php date('U');
<7> Result:
<6> how's that for ya
<11> lol
<8> ""
<11> echo*
<8> ""
<2> chuck: wouldn't it have just been easier to make a file?
<6> @php echo date('U');
<7> Result: 1141079583
<11> nah
<11> i still have about 30 seconds
<11> nice thx
<1> !php echo time();
<3> 1141082152
<1> !tcl putserv "PRIVMSG #php :Test!"
<1> :(
<5> is there any module or function in php that can translate languages?
<2> haha
<2> no
<5> to bad...
<5> never know you know
<1> w3svc: not a module
<1> connect to something that already exists
<12> how can i make a better way to print content in php instead of using iframe?
<2> <?php print "content"; ?>
<13> lol
<13> require?
<12> un-irregardless: i meen i want the content of another file be printed at a spesific place in the loyout php. so i can skip the loyout in all the files
<12> then i got one index.php that controles the menue and the main page + loyout. And then all the files that i want to be printed in the main page when pressing a link in the menue
<2> include(), require(), readfile(), file_get_contents(), file(), fopen()
<12> cant i just use something like "target" when i press the link.
<12> then it automatic know where to print it?
<2> huh?
<12> when pressing "link" > target is "content" in main.php
<2> uh
<14> You know, imo, you should wrap your layout around your content
<14> not embed the content in the layout


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#allnitecafe
#vb
#india
what is fimale
salak aslı
#allnitecafe
#worldchat
hi this is priya
#chat-world
#india



Home  |  disclaimer  |  contact  |  submit quotes