@# 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> :D
<1> if i can get a quick answer its much more helpful, and fyi, every time someone gives me an answer i paste is straight into the php manual and read up on it anyway.
<1> its just helpful to know what to look for straight up, rather than wasting time searching around..
<2> then go read up on operators, its very important
<0> bleah
<0> $you = $yermommy.$me
<1> well i will, i had no idea there were additional operators other than the standard c syntax operators.. and => which is a pretty retarded operator ;)
<3> anyone willing to do a job for consignment?
<1> yeah i found '.
<1> saw it in some example code somewhere..
<1> everythings working sweet now..
<1> IE works properly now..
<0> yay?
<1> i dont know what the problem was, i think it was a scope issue, combined with the foreach readonly thing..
<1> yeah, yay for me.. i'm sure you dont give a toss ;)
<0> yay for me too, the ordeal's over :D



<1> heh, thx for your time man.
<0> Np
<4> Why doesnt this work: http://rafb.net/paste/results/nXL4KV46.html
<4> I want to shorten the string to 40 or under 40 characters...with whole words..
<0> $title = $words['0']; should be $title = .$words['0'];
<0> i mean
<0> $title .= $words['0'];
<0> opos
<0> oops
<0> my bad
<0> didn't read thru carefully enoughj
<0> OK
<0> tompe: what's the error?
<4> nothing it doesnt just shorten the sentence
<5> use substr to cut the string down to 40 characters
<5> then use it again to using strrpos to find the last space in the string
<5> @php $string = 'then use it again to using strrpos to find the last space in the string'; $string = substr($string, 0, 40); $string = substr($string, 0, strrpos($string, ' ')); echo $string;
<6> Result: then use it again to using strrpos to
<0> anyone have any abstraction layers for berkeleydb in php?
<7> wow
<7> you didn't sleep, DjKaye?
<5> no one sleeps here!
<0> Hmm ?
<7> that was the last thing that i saw yesterday
<5> DjKaye: didn't i give you a link to php's bdb stuff?
<0> Heh ..
<0> spox: i was hoping for more :x
<0> Ah ..
<0> Aight
<5> i don't know why you would need more than what is there
<5> there isn't a whole lot to abstract
<5> using the bdb is pretty simple
<5> it's like a big hash
<4> spox: thanks
<5> i love people that send resumes and ****
<5> they are just ****ing retarded
<7> where did you saw Code Igniter, spox?
<5> who includes an AIM screen name of stupidtreehuggers
<5> i mean, wtf
<0> spox: Never tried it before
<0> So I was just asking
<5> DjKaye: just start using what php has. the bdb is pretty simple, but very powerful
<5> Azhi_Dahaka: i was searching around for a php equivalent of rails
<5> that's what i found
<7> didn't you take a look to CakePHP?
<1> anyone here running opera?
<0> lol
<0> ^Manu: just never gives up :x
<1> :P .. just wanted to do an opera test.
<1> what?
<1> bah
<1> nar its all done now.. at least for tonight..
<1> tomorrow i gotta work out how to interface with xe.com and possibly a credit card service :/
<1> thats a bit of a worry..
<0> fun fun
<0> :D



<1> yeah, that part's a bit of a worry..
<1> wouldnt wanna **** that up ;)
<1> but i doubt the transaction services would let you have control of anything sensitive..
<8> sweet. coffee =]
<1> i imagine it'll be fairly straight foreward
<9> so JP Morgan has a canine team
<8> so I need a coffee maker.
<9> you would.
<8> be mine.
<10> i'm messing around with a program that synchronizes files.. it copies to a temp file, then tries to move it to the actual file name
<11> morning ladies. :)
<8> hai ansi.
<11> shup homie?
<10> with a read-only file, it fails on a linux server, while working on a windows
<8> ansimation: wanna do work :( but can't concentrate.
<10> i think it's because linux doesn't allow moving a file that the user doesn't have write access to, while windows does .. does that sound righ?
<10> right*
<8> i reckon so groogs_
<11> why not? cant stop thinkin bout the ***y girl next door?
<8> ive no clue
<8> must be tired.
<7> get a quick nap
<7> or, throw up and pretend sickness
<8> nap? i'd sleep til morning.
<8> pretend sickness? to who
<8> 12:39am
<8> who cares if i'm sick now :o
<3> anyone willing to do a job for consignment?
<12> what are we talking about here?
<9> hand job?
<12> i can go for that
<12> lemme put my goat back in the yard. hold up.
<13> hi again
<13> i came in here several hours ago with a problem
<13> i've still not solved it
<13> any help would be great
<9> what's the problem?
<13> i just posted the code on the pastebin
<13> apparently there is an error
<13> but i've not managed to figure out what it is
<13> it is on line 4
<0> rite
<9> url?
<0> A link might be helpful
<13> a link to what sorry?
<13> where it says the error?
<9> your code?
<13> http://pastebin.com/733056
<9> what's the error?
<13> Parse error: parse error, unexpected T_STRING in e:\domains\p\palefacedprincess.co.uk\user\htdocs\lemon_includes\config.php on line 4
<5> matt504: 2 things
<12> you're missing a ; most likely
<5> first, no third party support
<5> as we went over yesterday
<5> second, http://www.php.net/tut
<5> read that, then look for the parse error
<5> now stop asking about third party software in here
<13> i had a look on there and it didn't help
<13> as people keep saying that it is probably just a ; missing surely it wouldn't hurt to help out with where it should be
<5> look i'll be extra nice today but you have to promise not to ask another question about this software in here ever again
<5> agreed?
<13> ok
<5> you need to quote the name of the constant you are defining in your define()
<5> define('_SOMECONSTANT', 'value');
<9> i seriously **** at shaving
<0> RealMenEatBacon: you cut yerself?
<5> then get an electric you nancy boy
<9> no, i just miss spots
<13> does it have to be ' or can it be " like it already has on bits?
<9> " and ' are relatively interchangeable.
<9> for string encapsulation, they are
<5> http://www.php.net/string
<0> lmao...
<0> palefacedprincess


Name:

Comments:

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






Return to #php
or
Go to some related logs:

slagery parade
decryptor
#allnitecafe
#chat-world
#asp
nasha sharab me hot
#linux
#worldchat
#kl
#worldchat



Home  |  disclaimer  |  contact  |  submit quotes