@# 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> Xan^: think carefully aobut this
<1> afxlex there is probably some other error, and firefox just seems to ignore it
<0> s/aobut/about/
<2> yeah.. it should totally render
<3> Cai ?
<2> before object comes up
<0> Xan^: you have $_POST, and you have print_r(). Try putting the two together.
<3> ah
<3> i see
<2> i tested it everyway.. its the object tag
<1> afxlex you said no <? ?> work
<1> maybe you are missing some quote mark
<4> Xan^: that, of course, just spews all the vars out in text format. if you need to do something with all of the post vars, try a foreach and the $_POST array
<2> defiantely the object tag
<1> afxlex perhaps you should write the php code to a textfile and upload
<5> argh!!



<5> let's say I have two setcookie() statents
<5> one sets the directory to "/"
<5> the other one to "/skdajfsa/"
<5> why the **** is it changing the directory to the other cookies too?
<5> aren't they diffrent cookies?
<2> i thought u can only have one cookie?
<2> per domain? unless u set something innit
<4> afxlex: surf to any porn site then check your cookies
<4> you'll re-evaluate that statement
<2> uh oh. i dont do porn :) ill start tho!
<4> hehe. my only point is, you can have a bunch of cookies
<4> i havne't looked, but i'd bet even sites like cnn.com or ebay.com set a bunch of cookies
<5> I set a bunch of cookies too :P
<4> $_COOKIE['hax0r3d'] = true;
<4> what do you guys think of this watch?
<4> http://cgi.ebay.com/NIB-Seiko-Mens-Kinetic-Titanium-Date-Watch-SKH681_W0QQitemZ8908641492QQcategoryZ31387QQssPageNameZWDVWQQrdZ1QQcmdZViewItem
<6> those rock
<7> looks nice
<4> cool. i might see if the local jewelry shop has one
<4> don't know if i trust an Ebay watch that's 1/3 retail price to be legit...hehe
<6> retail price is usually a ripoff
<4> well, i meant MSRP. if it's MSRP $425, i could surely get it for a lot less in a jewelry store
<4> *shrug* i'll see what they say. that one on ebay might be legit for all I know
<4> he does have 99.3% positive feedback
<4> well, i gotta go back to work. later, gang
<8> hm is there a way to do $cname = get_cl***($someobject); print $cname::SOMECONST; ?
<8> it bails out when trying to when it reaches the '::'
<9> Um, what?
<8> it bails out when it reaches '::' even
<9> You want variable cl***es?
<8> yep
<9> Ah, ya easy.
<9> Sec.
<9> I'm pretty sure its just $name = cl***_name; $name::const;
<9> But you can't initalize a static cl***, so I'm not sure what you meant by get_cl***($someobject);.
<8> I've got the object but i want to grab a cl*** constant.
<8> vladb@pseudo-infinity:~$ php -r 'cl*** foo { const bar = "baz"; } $cl***name = "foo"; print $cl***name::bar;'
<8> Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in Command line code on line 1
<9> Hrm, sec.
<8> I thought this was possible, hmmph. 5.1.2
<9> It should be possible, I know I read about it.
<8> ditto
<9> Weird, its erroring for me too.
<9> I really could have swarn you could do this.
<8> this is dumb.
<5> note: You should never use too many cookies
<5> it's better to keep them as a serialized vector
<8> eval("\$this->dbTable = {$this->objType}::DB_TABLE;");
<5> because Microsfot ****s
<5> *ms
<9> So the only way is to eval() it madbovine?
<5> it took me two hours
<5> to realize that IE was deleting cookies ciclycly
<10> MICROS~1
<5> lol
<5> yes :))
<8> _TaSm: I found a comment in the manual that was complaining about pretty much the same thing
<9> Well I guess eval() is there for a reason, still ****s though. But as long as it works.
<8> Yea. But i'm _sure_ i saw $foo::bar somewhere
<8> ah well
<9> I'm also quite sure I saw that.



<8> http://www.faqts.com/knowledge_base/view.phtml/aid/10618/fid/40
<11> hi
<9> OH because it thinks its a bad variable name.
<11> if i include a file is it possible inside that file for it to find out it's own filename rather than the name of the script that included it? doesn't seem to be anything in $_SERVER
<12> Ratty tried __FILE__ ?
<11> that's the on, ta :)
<9> Accually, skip what I just said, it still doesnt' make sense.
<9> $foo = 'foo'; $bar = 'bar'; echo foo::$bar();
<9> Works fine.
<9> But echo $foo::$bar(); doesn't
<9> Thats ****ing irritating.
<13> whats your opinion tween nvidia and ati?
<9> I hate ati.
<6> what about echo ${$foo}::$bar()
<10> I like both of 'em... but I have a 6600GT in my PC, and a Radeon 8500 in my G4
<9> echo foo::${'bar'}(); works
<9> echo ${'foo'}::${'bar'}(); doesn't
<6> what kind of crazy **** are you trying to write anyway?
<9> Looks like you can have variable methods but not variable objects.
<9> Not me, madbovine.
<6> ah
<6> figures
<6> MAD
<6> as he is
<8> haha
<6> oh hey mn
<6> how's things?
<8> I basically define a database table as a cl*** containing field names as properties (also all properties are field names). When an object of this type is fed to another object that basically interacts with the database, the property names get extracted but I still want to be able to figure out which actual db table the container instance describes.
<8> So I thought of defining the table name as a constant in the container. So i'd have to do something like $container::DB_TABLE. which ain't possible. Thus...
<14> how an i post file in curl?
<14> how can i post file in curl?
<15> rtfm
<16> the curl man entries are very clear on it
<17> http://www.php.net/curl
<15> ouuuu a manual what a suprose
<14> but i cannot understand how will it be implemented even with the manual
<14> do you have any sample snippet for the posting a file in http?
<5> any idea on how I can identify visitors on diffrent domains?
<5> so I'll know it's the same guy
<17> read the manual and you will see at the bottom is a lot of user submitted samples, and comments, and helpful hints
<18> is it possible to create a link that opens a new window that will be always on top?
<15> js
<9> You can set focus to a window, #javascript
<14> ah ok thnks NeB{wRk}
<18> I used javascript to open the window, however I want it to always stay on top
<5> cmac66: you can't set the AlwaysOnTop property
<5> if that's what you mean
<5> if can however set focus to it
<5> but it won't be always on top
<18> ya that is wat i mean
<18> there is no way of doing this???
<5> nope
<18> that sux
<5> hack the system
<5> :P
<18> eh.... ya maybe tomorrow
<5> lol
<5> *"you can however"
<5> instead of if can blah blah
<18> can it be done?
<5> no
<18> so what are you talking about?
<5> a typo
<5> if/you
<18> ok...
<18> anyways thanks for the intel
<13> hey if i know someones ip int there a nice practical joke i could play on them except pinging them out?
<9> Ophiocus it depends on their OS.
<9> And weitehr its patched or not.
<5> you can show it to them and they'll smile, cuz they won't know what it is
<13> gimme leads to rty
<19> TaSm: are you thinking the old school WInNuke thing?
<20> http://www.funpic.hu/en.picview.php?id=26160
<19> With the NetBIOS packet that was set wrong?


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#teens
#linux
dang3rboy
#windows
#apache
hey you don't be silly put a condom on your willy
leech axxs
the system is going down for system
#MissKitten
sd card cracked



Home  |  disclaimer  |  contact  |  submit quotes