@# 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 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29



Comments:

<0> elmer fudd?
<1> No, it used bablefish in mutliple p***es.
<2> hi
<2> can anyone give me the interview question with answer related with php
<1> vicky413: "What is the one label no self-respecting programming language wants applied to it?"
<3> can anyone give me php+mysql interview question with answer
<4> hmmm it won't work!
<5> vicky, i have a mysql+php basic ***ignment
<4> some weird stuff going on
<0> TML PHP ?
<1> Jymmm: No, the answer was "related with php". We were supposed to come up with the question.
<3> wtf can u send me
<1> !tell vicky413 about aolbonics
<0> TML ah, ok. lol
<6> in a preg_replace
<6> .urlencode("\\1"). doesn't seem to be working



<1> Jymmm: That's how *I* parsed the request. "can anyone give me the interview question with answer related with php"
<6> how would i urlencode() that?
<3> i dont know
<0> TML: "Why should all PHP scripts contain at least 50% '@' in the code?"
<1> nphase: You'll need to use preg_replace_callback
<6> ugh
<6> will that modify the way my preg_replace is coded very much?
<1> Most likely
<7> ahh finally got irssi working. seems the connection timeout was a little too pesimistic
<6> bah
<6> ah
<6> better fix
<6> substr on QUERY_STRING
<6> nvm
<6> thanks!
<6> cya'll
<0> LOL....
<0> The following file has been attached:
<0> Attachment: REPORT.ZIP (9k) [Remove] No virus threat detected
<0> Your attachments have been scanned
<8> Can someone give me a hand in PM ?
<0> I ddont think so!!!!!!!!!
<9> whats that PM?
<10> im trying to filter nodes in an array to be only numbers, periods, and operators, so how can i test to a node for letters in order to remove those?
<9> mrapplesuse regular expression match
<9> mrapples: use regular expression match
<10> guru__, with like strpos?
<11> mrapples: preg_*. It's under Regular Expression section in the manual.
<10> tws and guru__ thanks!
<8> Can someone help me by taking a look at my pastebin ? http://php.pastebin.com/533398
<0> TML: Well, we'll see what CERT has to say.
<11> NikNak: $_GET['rf'] will be available if the URL is somepage.xxx?rf=somethin
<0> snipe howdy
<12> howdy
<8> Jymmm can you give me a hand?
<8> I understand that tws
<0> snipe what eb happening?
<8> But what I want is if they leave it blank that it don't give an notice
<12> not much
<8> as I showed in the pastebin
<8> I can give you a live view if you wish
<11> NikNak: Consider if ( isset($_GET['rf']) ) if you still don't get what I'm trying to tell you.
<0> snipe you up kinda late?
<8> I tried that and still got the error but will try again if you say it works with that
<13> playgue: you still here?
<8> tws:
<8> Notice: Undefined variable: rf in /home/mrodin/web/index.php on line 8
<4> yup
<12> Jymmm: having a bad week, and a ppostfix problem
<14> Quick offtopic question: What is "rev" short for?
<14> Like "engine revs up."
<4> Psykick it's not working I think the problem is with the html part of the script
<14> I've used it before it, but I don't even know what it's a short form for >_<
<13> yeah just fixing it ...
<4> lol thanks
<11> NikNak: http://php.pastebin.com/533404
<8> attempting now
<7> NikNak:http://php.pastebin.com/533405
<1> rev n. A revolution, as of a motor. v, v.tr. To increase the speed of (a motor, for example): revved the engine.
<14> Mm, that sounds weird though, "revolutions" up?
<14> That's what I thought it was short for but it just seems odd.



<1> nitishp: And now you know what everyone uses "rev"
<1> s/what/why/
<14> Yeah, haha, TML thanks :)
<7> nitishp: rev == revision maybe?
<14> hahaha, sure.
<14> Thanks guys :)
<8> Thank you both tws and Elliot`
<13> playgue: http://php.pastebin.com/533407
<13> playgue: forget that one
<4> ok
<13> this one: http://php.pastebin.com/533410
<4> k
<13> sorry for taking so long .... had a phone call ... and a business meeting in between
<13> playgue: take note of the differences in the script I've given you
<13> and on that note ... I've gotta go
<13> any luck with that script playgue?
<4> Psykick I'm trying now, works or not, thanks a lot man, truly apreciated
<13> btw did you change the email address the forms are supposed to be getting sent to
<4> yeah
<13> kewl
<13> just checking
<13> i'll bbiab
<4> no go, same error
<15> hey
<4> but thanks anyway man :)
<15> I have a 8.5 ping to this server
<13> what's the error ... can you paste it
<13> pm me with it
<4> sure
<15> errr
<15> only .3s now
<15> but uh
<15> what is going on
<15> oh now it's back to normal
<16> hi
<16> how do i get a section of a page seperated into a box.
<1> With a printer and a pair of scissors.
<16> TML: funny.
<11> lwizardl: #html ?
<16> i thought it would be something with css
<16> tws: not trying to do either frames or tables
<11> lwizardl: Then #css!
<1> !tell lwizardl about g8
<0> origami
<17> mind you, not select * from table where cond = something; but simply select * from table; then do all checks in php :D sounds like a great idea to me
<18> :Q
<17> * with a where is equally as bad :P
<16> if i'm just starting a nw php page what do i do to include a .css file into it
<17> just expressing dismay at some code i'm going through is all
<0> lwizardl: Learn WHAT php and HTML are.
<17> heh
<18> wizard: style tag dude... that's HTML and not PHP related...
<17> although we could spend some time nit-picking about how to actually do it
<16> Jymmm: PHP = PHP Hypertext processor HTML = Hypertext Markup Language
<17> lol
<17> pre-processor no?
<0> lwizardl try this one RTFM
<18> WYZIWYG = What You See Is What You Get GNU = GNU's Not Unix
<18> do I win?
<0> MDCore KMA
<18> and besides isn
<18> isn't PHP USED to stand for Hypertext PREProcessor
<17> oh oh let me do one! JSP=Java Server Pages
<18> isn't meaning didn't
<18> TWAIN = Technology Without An Interesting Name
<17> well i remember a p in php as preprocessor
<0> Personal Home PAges
<18> Perl Hypertext Preprocessor
<17> but whatever thats just being inane
<18> at one stage :)
<18> now it stands for PHP apparently.
<17> hmm


Name:

Comments:

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






Return to #php
or
Go to some related logs:

os.popen mod_python
#suse
#gimp
#gentoo
#gentoo
ubuntu control alt f8 doesn't work
mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localho
suse 10 libtrash
#kernel
#suse



Home  |  disclaimer  |  contact  |  submit quotes