@# 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> that looks the **** to me right
<0> yet its not!
<0> while($row = mysql_fetch_array($result))
<0> {
<0> echo "<tr>";
<0> blah blah blah
<0> so, uh what am i missing here
<0> query works fine without the %crap% in it
<1> on 1.php, i have: header("Location: 11.php"); , on 11.php i have: echo $_SERVER['HTTP_REFERER']; , i get empty page, using FF2/IE6/IE7.. anybody can tell me what i do wrong?
<2> yeah.. your browser doesnt' send a referrer
<2> or it's erased at some stage
<1> but when i use javascript for redirection, it would work
<2> referrer is not a required field
<1> can you suggest any other method to achieve it ? i wanted to use it for verifying cookie-enabled visitors :|
<2> that's dumb
<1> :(



<2> referrer is unreliable
<1> what would you use ?
<2> i don't understand what you're trying to do
<2> verify what?
<1> i want to use cookies for counting new visitors, but i dont know if its a new user, or a user with cookie-disabled
<1> i wanted to use redirection to the same page, that way i could check if the "testcookie" been stored, thats how i'll know he is actually saving the cookie
<2> store a cookie in php, check for the cookie in javascript
<1> mmm... and if javascript will see the cookie, what will be the communication between the javascript and the server's database?
<2> send back a request
<1> to same page?
<2> to any page
<1> say, when you run a counter, do you verify if cookies been stored ? (its something that should bother me ?)
<2> i use enterprise analytics
<2> i don't think i'd ever make one myself
<1> mmm, ok, thanks
<3> @confess
<4> [177224] Sometimes my life seems so aimless... And here I am, online waaay too much for my own good. I need a life. Seriously.
<3> @confess++
<5> @confess+=(300000*-10)
<4> Functions matching confess+=(300000*-10):
<4> Sorry. No matching function names found.
<3> lol
<3> yeah, didn't add any of the math stuff the karma plugin has
<2> @confess
<4> [125114] I love my husband but am in love with my lover
<5> boo-urns :/
<2> uhm.
<3> @confess filter peanut butter
<4> [53218] I like to put peanut butter on my **** and let my girlfriend's mother lick it off.
<5> cl***y
<3> recoding plugins ****s
<3> :/
<6> for what?
<3> the bot
<6> ahhhhh
<3> lol
<7> ****er
<3> @roulette
<4> spox: *click*
<6> spox: written in python, ya?
<3> ruby
<6> heh
<8> heh
<9> hello can someone tell me is it possible to compare file creation date with current date?
<3> sure
<3> @fileatime
<4> (PHP 3, PHP 4, PHP 5)
<4> int fileatime ( string filename )
<4> Gets last access time of file
<4> http://www.php.net/fileatime
<3> hrm
<3> @filectime
<4> (PHP 3, PHP 4, PHP 5)
<4> int filectime ( string filename )
<4> Gets inode change time of file
<4> http://www.php.net/filectime
<9> thanks just what i was searching for
<10> would it be possible for me to get a php app to initiate its outgoing sockets connection through eth0:1 rather than eth0?
<10> app is being run through console rather than apache btw
<11> @socket_bind



<4> (PHP 4 >= 4.1.0, PHP 5)
<4> bool socket_bind ( resource socket, string address [, int port] )
<4> Binds a name to a socket
<4> http://www.php.net/socket-bind
<10> very interesting
<12> @quote zoffix
<4> Looks like I ****ed or you ****ed up. This is what I know: Failed to find any quotes.
<12> poo
<10> socket_bind wouldnt play real nice with fsockopen would it
<12> someone view this in Internet Explorer 6 please and let me know if the form labels are showing. http://www.ansimation.net/tmp/quiz/
<10> windows update gave me IE7 already....so no help here :\
<10> if it gave it to my x64 already, i would ***ume it did it to everyone by now
<11> http://satria.web.id/files/ansi.gif
<10> oh in IE7 it doesnt work though....not until you click the a b or c...then whichever one you click shows up
<12> wtf man
<11> ansimation, no idea... that on my IE
<12> yeah, it's on someone elses too that's why I asked. I had that issue to begin with but I thought I fixed it
<11> hm... only BROKEN, if i resize window
<12> I guess not
<12> it works on Internet Explorer 6 locally
<11> you have another z-index layer, closing your label
<6> what has microsoft said about vista-compatability for xp programs?
<11> <div id="quiz_question_2"> <- try remove this unused div
<12> it's only unused until I get this fixed
<12> then I move to question #2
<11> try play with the z-index
<12> I wouldnt know if it worked or not
<12> like I said, it works on my end
<11> try... ill check
<11> ansimation, fine now...
<12> is it?
<11> yes... its fine now
<10> works in my ie7 now
<12> the z-index worked then
<12> thanks guys
<12> hell, Internet Explorer won't even open anything for me now..
<12> okay another question
<12> there seems to be a 20px difference on the grey question bg going off to the left, does anyone else see this?
<12> if FireFox, it's fine
<12> in
<10> yea i see that in IE7
<11> for quiz_container ?
<12> yeah
<12> now, if I remove the <p cl***="clear"></p>, the margin change is fixed, but it doesn't expand past the button.
<11> margin .vs. padding *is* evil for IE .vs. Ff
<12> yeah it is
<12> with as many graphic intensive layouts I have done, I've never had this damn problem.
<12> gah
<12> and this is a plain simple design. or should be, rather.
<13> asdola
<11> ansimation: div#quiz_container div.btn_submit_container { float:right; }
<11> focus there...
<12> eh?
<11> i remove float: right; and everything looks great
<11> <p clear> ... then <button> also fix those problem (with float:right)
<14> im doing padding and margin fine both on IE anf FF
<14> and*
<12> yeah removing the float fixes it
<14> and it's damn bloody awesome :)
<12> but then it's not to the right
<14> you have to understand the method
<14> not doing the method
<14> :)
<5> css was designed by a collection of ***holes
<15> homo***ual ***holes to boot
<5> they all made farting noises, and now we have CSS2!!
<12> tyler designed css?
<14> lol
<12> no wonder it's a pain in the ***
<5> like father like son
<14> css is pain in the ***, but css doing great for spaces and speed
<14> two diff options
<12> oh it's great
<12> just a pain int he as slike I said


Name:

Comments:

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






Return to #php
or
Go to some related logs:

BAAZIGHAR
at the beginning donna lewis mp3
shadowpaste
#chat-world
van driver wanted in kl
#allnitecafe
#india
#netcafe
#netcafe
#netcafe



Home  |  disclaimer  |  contact  |  submit quotes