@# 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



Comments:

<0> thyko: how do you escape that?
<1> that iis the question ...
<1> Stormchaser: how do i escape that?
<2> try with porgram\\files...
<0> thyko: no, how are *you* escaping that?
<1> \
<2> .. my mystake with \\
<1> alecs: trying ...
<2> nop...
<1> alecs: you meant 'Program\ Files'
<1> ?
<3> Hi is it possible to detect this error and make some fancy errorpage? Fatal error: Maximum execution time of 30 seconds exceeded ?
<1> Stormchaser: 'Program\ Files' thats how i've been trying it
<4> xnor, yes, you can use your own error handler.
<4> thyko, why don't you use the dos path ?
<3> colder: How can i get going? any howto guide to recomend ? :)



<0> thyko: how about "program\ files" as 'program\ files' will literally rewrote the \ there...
<5> hey all
<6> how do you append a value and another dom node to a dom node like: <li>Value<ul><</ul></li>
<5> what can i use to encode my scripts?
<6> MBzle: zend guard is one thing
<4> xnor, php.net/set_error_handler
<2> thyko: try to read into your php_info file
<5> Narada, where can i find it?
<6> MBzle: google
<3> colder: great, thanks !
<7> xoops is pissing me off
<1> Stormchaser: $log = shell_exec('C:\Program Files\Ahead\Nero\NeroCmd.exe') edit this to show how you would do it
<0> *sigh*
<2> thyko: use / instead
<2> :P
<4> thyko, it will work well using Progra~1
<0> shemale_magic: Go bitch in #xoop
<4> thyko, you can also quote the whole thing.
<5> Narada, any others?
<6> no
<0> thyko: I just showed you above, how would *I* do it
<1> colder: is there somewhere i can buy you a beer?
<1> the progra~1 worked like a charm!
<4> MBzle, there are many others, often ***ociated with an accelerator.
<1> thanks yall
<8> I have the result of a print_r($array); as Array ( [0] => Array ( [Username] => admin ) [1] => Array ( [Username] => jane ). But I need the output to be Array ( [0] => admin ) [1] => jane ). how can I do that?
<4> MBzle, take a look at turk MMcache for a free alternative to the ZEND suite.
<9> wow
<4> thunder00, then change your code accordingly ? uh ?
<9> this is seriously not posting to a URL
<0> thunder00: Kill the 2nd dimension of that array
<8> How do I kill it?
<2> thunder00 try print_r($yourarray[0])
<0> alecs: ... And what would that do?
<8> Acually, what I am trying to do is to save a mysql query result of a column to a php array..
<1> colder: just one more question, what does the '~1' mean?
<2> ... :-??
<4> thunder00, you can loop through the array and change $value by $value['username']
<0> thunder00: yes, so?
<4> thyko, its a shortcut to avoid spaces and long names
<8> what how can I do that??
<2> thyko: that means you have one dir that it has 'progra' in path
<0> thunder00: you *do* know PHP, right?
<2> ex: you can have program files == progra~1 and program tests == progra~2...
<4> thyko, you can quote the whole url if you don't like ~1. using shell_exec('"C:\Program Files\Ahead\Nero\NeroCmd.exe"')
<8> Stormchaser: yes but not that expert
<9> Okay I'm officially confused
<1> colder: was just curious is all
<0> thunder00: then go read php.net/array
<8> when I do print_r($yourarray[0]) .. I get Array ( [Username] => jane) .. but I need Array ( [0] => admin ) [1] => jane )
<4> thunder00, yes, we understood you, we won't code it for you though.
<0> colder++
<10> *cough* array_values *cough*
<4> BB[Lappy], *cough* not at all *cough*
<0> BB[Lappy]: That won't work on multidimensional arrays :)
<11> Anyone ever wrote a `User Management` cl***?
<10> no, but it'd work for the sample he provided
<4> tws, yes surely
<10> or at least the one i saw
<0> user management? No way! That's waaaaaaaay too hard...
<11> colder: May I take a look at your cl*** design?



<0> *snickers*
<12> hey all
<12> I got a question
<12> Warning: require_once() <--- why is it error ?
<9> okay now i'm just about to shoot somebody
<4> tws, http://www.colder.ch/repository/php/sample/cl***.User.php happy reading ;)
<13> tek, dont know if this is a fix or hack.. maybe use include()
<14> if I use register_tick_function and declare(ticks=X); the value of X should determine how often that tick function is called, correct?
<11> colder: Thanks. I'll take a look.
<12> what is require_once about ?
<9> when I submit a form to ..anywhere even a base page like index.php
<9> the $_POST array is empty.
<0> lkthomas: php.net/require_once
<15> sunshinelady: are you still around?
<2> if i want to parse a html file how can i remove "enter" tabs... \r\n? .....
<14> it seem for ticks=1 to ticks=71 the tick function gets called about 900 times, for ticks>71 it never gets called at all
<16> nickthorley - yes, here
<2> it isn't working...
<15> sunshinelady: do you have anyidea how long your google analytics took - i have just registered my personal email for an account
<0> !+nl
<17> Newlines are hidden (not normally visible) control characters that distinguish the end-of-a-line of text and are different for each platform as follows: [Windows = \r\n] [*nix & OSX = \n] [Cl***ic Mac = \r] And can be seen as: [LF (linefeed) = \n, 10d, 0x0A, 0001010b] [CR (carriage return) = \r, 13d, 0x0D, 0001101b]
<12> Stormchaser : sorry, I still don't get it
<0> lkthomas: RTFM
<12> Warning: require_once(/includes/config.php) [function.require-once]: failed to open stream: No such file or directory <= why is it appear ?
<0> lkthomas: Have you *READ* the message?
<12> Stormchaser : yes, and ?
<0> what does it say?
<18> lkthomas it's obvious - the error report says all you need
<0> krisp: :)
<4> roo9, you may not have 72 low level statements
<18> Stormchaser :)
<16> nickthorley - It seens that they give the stats for the day at the start of the next one, about 24 hours, there is also a thingy to verify the inserted code somewhere maybe it help too.
<18> Stormchaser perhaps I can pick your brain a sec buddy - I need t implement ticket support systems in php - know of any nice cl***es which re free and open course?
<14> colder: that's possible, but why does it call the function 800 times when ticks=71 and never when ticks=72?
<12> krisp : I know, but then I check the config.php file, nothing really interested me
<9> krisp, lmao
<18> lkthomas then you've got to ask yourself if you're in the right game - if it doesn't interest you :)
<15> sunshinelady: sorry my bad english - i wondered if youknew how long it took you to get an account from time of registration
<0> krisp: google, dammit... Just google
<18> Stormchaser I can't find an 'effing thing
<12> krisp : hmmm, require_once($r_site_path.'/includes/config.php');
<12> krisp : hmmm
<18> lkthomas now do you think, for a second it might be looking for that file and not finding it#?
<5> guys, anyone know a free php encoder that cannot be decoded?
<0> krisp: I just managed to find 23.500.000 results on google...
<2> i'm using a sintax like this... $form_arhiva2 = str_replace('\r\n','',$form_arhiva2); .... but it isn't working ....
<14> lkthomas: most likely r_site_path is not set properly....
<12> krisp : seems $R_site_Path have problem ? hmm
<12> yeah
<18> Stormchaser ahh - but no 'good' ones
<0> MBzle: eacellerator or turckmm
<12> roo9 : reading now, hold on :)
<5> Stormchaser, which do you recommend?
<4> roo9, mmh, can't think about any possible reasons, sorry
<0> krisp: You said you couldn't find *anything*,,, It's not my problem if it's good or bad...
<16> nickthorley - I already had a Gmail to add G anal to to it, after that the effect was immediate.
<0> MBzle: Zend encoder... I never tested anything else...
<14> zend encoder can be decoded.
<0> *anything* can be decoded
<5> Stormchaser, is it free?
<14> MBzle: not by a long shot
<0> it's free for $2000
<14> it's several hundred dollars
<4> MBzle, I already told you that, err.
<14> oh, well, more then :)
<0> lol
<9> Give me a google Analytics
<14> I had one since day one
<14> it's very nice
<4> "colder MBzle, take a look at turk MMcache for a free alternative to the ZEND suite."
<9> Stormchaser: one time pads can't be decoded
<19> hmm, this is the correct way to make a 2 fielded db right?
<19> $query="CREATE TABLE subscribe (id int(6) NOT NULL auto_increment,email varchar(15) NOT NULL,name varchar(15) NOT NULL,PRIMARY KEY (id),UNIQUE id (id),KEY id_2 (id))";


Name:

Comments:

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






Return to #php
or
Go to some related logs:

ubuntu source.list gulus.usherbrooke.ca
#perl
ubuntu syslogkd
mysql alter table add auto_increment
compiz invalid file format
gentoo hda: dma_timer_expiry: dma status == 0xff
loadwinproCD,LOOP_SET_FD
aiglx s3 savage
#ubuntu
#suse



Home  |  disclaimer  |  contact  |  submit quotes