@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6



Comments:

<0> sinus- ++
<0> @karma sinus-
<1> Karma for sinus- is -2
<0> :(
<2> no space
<3> You should not be allowed to give yourself karma
<3> lol
<0> sinus-++
<0> @karma sinus-
<1> Karma for sinus- is -3
<2> Zenethian: yeah
<3> LOL
<0> omfg
<3> I see you have that covered already.
<0> -3 = <3
<0> Zenethian, my pastebing



<0> *bin
<3> pastebing!
<3> what about it?
<0> http://pastebin.com/713016 i want the regex to include newlines
<3> then uh
<3> add newlines to it
<3> I dunno
<0> :``(
<0> where is master spox?
<2> i'm busy trying to get this god damn dialog to close
<2> ([.\r\n]+?)
<2> try that
<3> use the X button, spox.
<0> thank thee!
<2> Zenethian: yeah, that works just fine
<3> then just do that.
<2> so i just have a button that instead of closing the dialog, just does nothing then?
<3> Sure
<2> "oooo, pretty button"
<3> it can say "Push the X instead"
<2> lol
<2> now there is a great solution
<3> Damn I'm useful tonight.
<2> oh god ****ing damnit
<2> of course, the destroy method works if you save the glade project after you add the new handler for the signal
<4> ok... i have a field for initial date and one for end date
<4> do you think that it's wise to detect which one is greater and use that as the end date, regardless of the field used, or should i do some validation and show an error message?
<2> well, you want to have a start date and an end date
<2> so yes, you should validate them first
<2> you can do it easily using mktime and comparing the timestamps
<2> @mktime
<1> (PHP 3, PHP 4, PHP 5)
<1> int mktime ( [int hour [, int minute [, int second [, int month [, int day [, int year [, int is_dst]]]]]]] )
<1> Get Unix timestamp for a date
<1> http://www.php.net/mktime
<2> alright, i'm out
<2> night everyone
<4> night, spox
<4> ok... is this fugly?
<4> if (strtotime($date)+1) print("valid date");
<5> herm...
<5> is that PHP script ?
<6> Mr_Eko, fugly ?
<6> if (0+1) { /*always true*/ }
<4> strtotime returns a string
<6> you sure ?
<4> when $date is not a valid format, it returns -1
<4> in fact, it returns a timestamp
<6> @php var_dump(false+1);
<1> Result: int(1)
<6> not if... >5.1.0
<4> @php echo(strtotime("ncasocnsaocascas"))
<1> Result:
<6> @php var_dump(strtotime("dummydate")+1);
<1> Result: int(1)
<4> hmm...
<4> @php print_r(strtotime("ncasocnsaocascas"))
<1> Result:
<4> =/
<6> use var_dump



<4> only shows the var type
<4> @php var_dump(strtotime("ncasocnsaocascas"))
<1> Result: bool(false)
<6> gone... lunch
<6> remember your +1
<4> @php var_dump(strtotime("2002-02-02"))
<1> Result: int(1012636800)
<4> @php var_dump(strtotime("ncasocnsaocascas"))
<1> Result: bool(false)
<4> hmm...
<4> ChangeLog
<4> VersionDescription
<4> 5.1.0It now returns FALSE on failure, instead of -1.
<4> i see...
<4> false = o?
<4> $_GET[var] is wrong, right?
<4> the correct way is $_GET['var']
<4> does it apply to other variables?
<6> error_reporting(E_ALL); you will understand why its wrong and why its working
<4> ok
<4> thx
<7> i am a newbie.... i am looking for a php page and mysql generator program for a little application i want to create
<7> any idea
<8> hey a constant defined in one php page, could it be accessed from another php page, without p***ing, like a session?
<6> who is this SORBS ?
<6> blacklisting my smtp ip :(
<6> gah... no wonder my mail always goes to Yahoo Bulk folder
<6> and forcing me to have "static" words on my reverse DNS
<9> how do I with simple_xml read an xml-file from the bottom?
<9> like foreach but it starts from the bottom of the xml-file
<10> morning
<11> how can i leave radio button checked when a form gets recalled to fill out some required fields that were missed?
<12> miSsGuRL: add checked="checked" to the <input /> tag of the radio to be checked
<11> but i want it checked to the radio button they have chosen
<11> so they dont have to re-check it
<12> well if they just submitted the form, you should know which one they checked and you can conditionally add that code to the output yourself
<2> didn't we already go over this yesterday?
<13> any of you guys ever done any charts/graphs before?
<14> ofcourse
<13> where the hell do i start?
<14> jpgraph, flash-based and custom implementations
<14> you can play around with GD or..
<14> just get GD if you don't ahve it and get jpgraph if you don't want to custom code
<13> i have jpgraph
<14> so what's the problem then? just go through tutorials
<14> it comes with examples
<13> yea, i just dont understand them
<14> ouch...
<14> what't he example file yo uare looking at right now called?
<14> i can walk you through in pm.. quickly tho because i'm at work
<13> example19
<15> troll, you around?
<14> open this up -- http://gisweb.ciat.cgiar.org/landsys/db/graph/src/Examples/show-example.php?target=example19.php
<14> and read comments and parameter lists and find the data points & strings o nthe graph.. all this should be intuitive even to a novice programmer
<14> then either run doxygen or read their manual online for the real breakdown
<15> anyone know a good time to meet troll on here ?
<16>
<16>
<16> =(
<13> RickyRayR: when he's not playing with his noodle/
<16>
<16>
<2> exactly what i was thinking
<13> Gar|k: stfu allready
<16> do you speak russian
<16> =)
<13> no
<2> well, you can try and see if the bot will translate
<13> i doubt it
<2> @translate-add ru Gar|k
<1> gar|k is now being tracking for translation.
<2> Gar|k: does this translate for you?
<1> gar|k:


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#india
#india
0x10.net
Perl Hawer
#chat-world
#egghelp
#india
#india
#india
#india



Home  |  disclaimer  |  contact  |  submit quotes