@# 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> PHP_SELECT_SAPI(sapiexample, shared, example.c) when i try this i get many errors from compiler with info.c
<0> many symbols arent revolved
<1> Narada: some of the parameters in php.ini can also be set in .htaccess
<2> masquerade: i'll take a look
<3> masquerade: thanks, I didn't know that :)
<4> deadroot: You're probably missing a library or two... Pastebin the first 10 lines of the error...
<2> masquerade: i'm afraid that page says very little about sock issues
<1> Stormchaser: eh?
<5> If no default is specified, the port will be obtained from the MYSQL_TCP_PORT environment variable, the mysql-tcp entry in /etc/services or the compile-time MYSQL_PORT constant, in that order. Win32 will only use the MYSQL_PORT constant.
<5> that's a pretty good bit about what you're looking for, right off that page
<2> masquerade: port? i'm talking about sock location
<1> Narada: iianm, socks and hosts are the same thing to mysql's functions
<5> oof, doh
<5> then, the default value is hardcoded in php.ini
<4> deadroot: Sorry, wrong person... I was thinking cdqs



<4> (don't ask) :)
<2> ln -s /var/run/mysqld/mysqld-500.sock /var/run/mysqld/mysqld.sock
<2> that did it but it shouldn't be necessary
<0> many symbols arent revolved
<4> cdqs: I repeat: You're probably missing a library or two... Pastebin the first 10 lines of the error...
<6> OT: anyone using cream with ctags for php editing ?
<7> hello... how can I find out what nationality the user has?
<4> Mmmm... Cream :)
<7> $_SERVER['HTTP_ACCEPT_LANGUAGE'] ?
<8> yo Stormchaser
<4> bollan: Most likely by IP
<4> yo, Chameleon22
<8> advice to all n00bs to development here, give up on PHP, give up on IT and do law !
<8> and get to keep your mental health
<4> lol
<8> arghhhhhhhhhhhhhhhhhhhhhhh
<9> :))
<10> Generally sniffing the users language is a voodo idea though. If you do manage to come up with a solution, do still provide the user an option to change/correct the detected results.
<8> Stormchaser, you know if mysql can execute a drop statment within select statment (re: last nights or this morning chat)
<7> okey
<11> NeoThermic oh, you finally wake up huh?
<10> yeah, heh
<11> NeoThermic: Too late now.
<2> is the mysql sock location a configure option for php?
<11> NeoThermic: Already reported it
<12> ... I hate doing this, but what distrubution do you guys prefer for production servers?
<7> anyways.. do anyone have a suggestion or a tutorial of how to dealing with multiple languages?
<12> I'm about to buy a new box to replace an older one, and the colocation place recommended CentOS, which I've never heard of before
<12> I was thinking debian
<11> I've heard of CentOS, but dont recall the details.
<11> http://www.centos.org/
<11> aidan: OH I remember now....
<13> hi
<13> whats the identifier for the whole URL on php?
<13> $QUERY_STRING?
<11> aidan: CentOS is really RedHat
<11> aidan but free
<8> smg, eh?
<12> smg: print_r($_SERVER_
<12> smg: print_r($_SERVER)
<12> Jymmm: ah, stealing RHE's stuff yeh?
<12> Jymmm: what do you use?
<13> aidan: ty
<4> is CentOS anything more sane than Fedora or RHEL?
<4> s/anything//
<14> Folks, quick question: I'm using setcookie() to create a cookie. Then, and inside an iframe, I'm calling subdirectory/index.php. It can't see that cookie, despite my cookie path being "/". What am I missing?
<12> drmikecrowe: the cookie is set after the frame has loaded
<15> how can I count the amount of files in a dir
<12> Aethera: count(scandir('.')) - 2;
<11> aidan: locally debian
<14> aidan, let me be more specific. In PHP, I do setcookie(...,"/"); echo '
<12> Jymmm: do you like it? I'd have to run sarge, but I want to be able to use php5, 0.9x apache-fop (from cvs)
<14> aidan, <iframe>...</iframe> The first load looks fine. Next click inside iframe can't find cookie
<11> aidan for production?
<12> Jymmm: yep
<11> aidan ew
<4> what's apache-fop?
<12> I need php5 (5.1 actually) for the XML, I'd upgrade to 6 if it was a little more stable, because I need the unicode functionality
<16> how can i get ridd of those damn sess_id params in the links, per script ?
<12> and I need apache-fop because I generate invoices, and articles, and the last release was 3 years ago



<12> Meltir: php.ini, enable_trans_sid Off
<12> so yeh, is it easy to have a package based system, yet roll your own packages?
<17> hello
<16> does php take those ses_id params and use them automagically, or is it neccesary for the script to take proper actions ?
<17> Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /usr/local/apache2/htdocs/citymail/src/support.php:11) in
<17> /usr/local/apache2/htdocs/citymail/src/support.php on line 14
<17> i get above error in http://pastebin.com/533689
<11> !+headers
<18> If you are getting error like "Warning: Cannot modify header information - headers already sent by (output started at /path/file.php:1)" it means you've got some output before your header() call or starting a session. *No* output can be sent. that includes whitespace (outside of <?php and ?>) and any (X)HTML. You can also use output buffering
<17> let me see
<19> hi ppl
<19> i have already install the mod_php
<19> but when i try to test it he try to download the test.php file instead open it
<19> i have already add the -D PHP4 to the conf file
<1> Extreminador: what else did you do to the httpd.conf file?
<19> deadroot probelm solve it was the cache from firefox
<19> thnaks any way
<1> k
<20> satsonic, line 4 is sending output... just put the session stuff at the very begining so it can send the cookie
<19> to update the mysql i have to use # emerge -1 mysql
<19> is that correct ?
<17> hartym, ok let me see
<21> I love how everything has to be done today.
<17> hartym, it worked thanks
<21> I love the micromanagement too.
<21> "This is how your directory structure needs to be."
<21> "So, ummmmmm, yeah. I'm going to need you to finish everything in this four page document. Today. Before you leave."
<22> this echo strpos("~", "string~"); prints nothing
<21> you've got your arguments backwards
<21> it's haystack, needle
<22> oh
<21> http://us3.php.net/strpos
<21> ;)
<17> hartym, how do i put the turing no for verifying
<21> !tell Lone_Wanderer about jobs
<17> meaning confirmation before user submits it should get checked right?
<17> whether no is right or not
<17> hartym, before clicking on submit how do i?
<15> hiall
<23> is there anything decent in google vids other than 'the internet is for porn'?
<15> hmm
<15> can some one help me with my problem
<23> why dont you ask first you ****ing retard
<15> Xspl0it, Ihave
<15> but then I dropped my conenction
<11> Xspl0it ?!
<23> must of been a while ago because i dont see it
<15> and your use of the english language is ****ed up
<23> dont ask for help in a help channel, ask your question
<15> Xspl0it, like I said I have
<15> but I will repeat it
<11> Hey folks... just chill
<24> wow
<15> http://pastebin.com/533690
<24> just ask
<15> I need to display 5 images per table row
<25> hy
<15> Xspl0it, you have just reminded me why I code c# and not php
<15> with your attitude
<11> You BOTH are gonna be gone in a second
<23> because your a microsoft bitch that should be on msn?
<15> Jymmm, I said nothing
<24> what i do is, define my max col per row then if(currentcount % $maxperrow) { echo '</tr><tr>'; }
<15> :)
<15> ds-snore, what is the % for?
<11> modulus
<26> is there a flash channel other then #flash ? I am trying to find online flash experts :D
<15> I am doing if($count = 5)
<24> it's modulus
<24> well it's wrong :P
<25> i want to create a wap server based on apache and php, how can i p*** this line? <?xml version="1.0"?>.... i cannot p*** because of php tags
<24> lol


Name:

Comments:

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






Return to #php
or
Go to some related logs:

Adding Packages to an Image bitbake
glimagesink gentoo
#math
ifconfig returns nothing
undefined symbol _root_
#perl
compiling id3lib mingw
#web
kill bulio
qemu PhysicalDriveN usb



Home  |  disclaimer  |  contact  |  submit quotes