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



Comments:

<0> hi
<1> hello eIf
<0> print_r (setlocale (LC_ALL, 'ro_RO')); will output FALSE. can you tell why or how can i fix the issue?
<0> anyone familiar with setlocale?
<2> eeek! how come PATH_SEPARATOR is set to a colon (":") on Mac OS? it breaks things
<1> RichG: I'm sure it can be changed in the php.ini file
<3> hello
<0> does somebody know how can i found out wether i have locale setup or not?
<4> Hey sal
<3> need to write a copy of an order to an email. so i'm writing down strings. do i just need to put a \n at the end of the line to have a newline or is there another way?
<3> also, will that method work for all e-mail clients, even windows ones?
<5> RFC821 and RFC822
<5> if plain text, yes.
<3> ok, thanks
<5> MIME (html) email is another story
<3> no, plain text



<5> and... there plaintext + mime
<5> !+nl
<6> 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=\n] [Mac=\r] And can be seen as: [LF (linefeed) = \n, 10d, 0x0A, 0001010b] [CR (carriage return) = \r, 13d, 0x0D, 0001101b]
<3> so? what shoul i use?
<3> \r\n, \n or \r?
<2> I'll check. it's odd because software which only uses the Darwin (the core of Mac OS, which is based on FreeBSD) libraries doesn't support colons as path separators& as far as I know
<5> sal: http://www.faqs.org/rfcs/rfc822.html
<7> guys, anyone familiar with the internals of sessions? I would like to know more about the performance once you store huge amounts of data in it
<7> serialized objects, arrays, etc....
<3> a have to read all that stuff just to get 2 character answer!!!!!!!
<3> thats crazy
<5> sal: Why? we had to, so should you since you're writing somehting based upon a standard, you should understnad the stardard.
<5> http://www.faqs.org/rfcs/rfc2822.html
<8> I have sablotron 1.0.2 installed but ./configure wants "0.96 or greater." What gives
<3> jymmm: i just need to know if to use \n or \r or both. so you know what i'm gonna do... simnple.. just try it. i'm not stupid like you are to read all that stuff just to send an e-mail!! i'm not building and e-mail server or client application.
<8> this is for php 4.4.2
<2> sal, you can't just send some text and hope that e-mail clients parse it, because computers only usually understand data when it's in a standardised format
<3> thanks, RichG
<3> bye
<9> if you include a file with in a cl***... How do you call one of the include file's functions?
<9> if (function_exists('index')) { index(); } // I get Fatal error: Call to a member function on a non-object in ...
<2> I guess he reads "#php" as "#smtp"
<9> so the function exists but when I call it, it doesn't get called
<9> I'm confussed about the scope I guess
<5> RichG: I just hate lazy bastard that want us to wipre their ***es for them.
<5> RichG: He would have been fine till he got rude and called me stupid.
<5> macOnki you're next bitch
<7> hehe
<5> !+fish
<6> Give a man a fish, you feed him for a day. Teach a man to fish, you feed him for a lifetime." The moral of this lil story is if you spoon feed someone information that's fairly obvious, you're not really helping them, just preventing them from growing/learning and being able to be resourceful for themselves.
<2> I would have given him a direct answer if I knew what the answer was :)
<5> RichG goes back to fish
<9> RichG: hope your not talking about me, I'll kick your ***! :)
<5> first it's the newline, then it's the format, then it's something else. always is that way.
<5> macOnkiBitch: what you doin?
<2> Mutalisk, why would I insult your intelligence here when I can just insult you out loud and you'll never know? ;)
<5> RichG: That's nor nice, you're ***uming Mutalisk has intelligence.
<9> RichG or Jymmm did you see my question
<9> got any ideas by chance
<2> :D
<9> help me instead of bitch
<9> :)
<5> Mutalisk you're already bitching enough for all of us.
<2> dynamically creating functions?
<2> risky
<9> I include a file and then I want to run a function in file
<9> I'm doing this in my Controller cl***
<2> I'll use my 1337 Google skills
<9> RickG: You go girl
<9> :)
<5> lol
<5> !Mutalisk++
<10> hmm, anyone know a good primer/whatever for SOAP/WSDL? (in relation to PHP)
<10> PHP 4 unfortunately :(
<11> PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/php503_cybersource.so' - /usr/lib/php/modules/php503_cybersource.so: cannot enable executable stack as shared object requires: Permission denied in Unknown on line 0
<11> Anyone know why I'm getting that?
<9> *sigh* pulls out php manual
<10> super-fly, dumb question, but checked permissions?
<11> yup



<11> they're currently at 777
<12> Hiall .. I've been searching high and low and although I can see how to place a php include on a page, is there a way to position it, and create it from a link? (Click a link, and the php include appears on the same page in a predefined location) I currently use iFrames and don't like it, not one bit ...
<2> I'm wary of answering because I haven't seriously coded in PHP for ages
<13> hi there
<13> looking for a good cl*** to do some AJAX
<13> It should support FF, Opera and IE
<10> http://ajaxpatterns.org/PHP_Ajax_Frameworks
<2> JustinS, so, for example, you want an extra HTML section to be added to the page when the user clicks a link?
<13> is there something in php or do I need to do all in javascript?
<14> anyone have any problems with php 5.1.2 giving compile errors when xml is enabled
<10> Hydro, you using PHP's built in XML stuff, or external XML stuff?
<10> (i.e. stablotron)
<12> RichG: Yeah .. right now if you go to justinsteiger.com .. every link simply pops open a new page in the iframe. I'm really trying to get away from iframes and using tables for layout. CSS has kicked my butt, so I'm focusing on getting the php include working from a link ..
<14> using libxml2
<14> ver 2.6.23
<10> hydro, well, you're aware that PHP 5 onwards has XML built in?
<15> hey! how can i make my output page source look better? i have all these really really long lines...
<15> html()
<10> i.e. no need to compile libxml in
<2> JustinS, wait, do you just want to add a header and footer to every page?
<14> my compile just has --with-xml then tells me it needs libxml2 2.6.11 or better
<12> RichG: For now I simply want a link to open up w/out having to reload the entire page .. server side includes and php includes have been suggested to be as a best bet ..
<14> so i got the latest version
<12> Once I figure out the mechanics of how it works, I can work on layout and such ..
<2> JustinS, oh& I think you need to use DHTML for that
<10> hydro, leave it out & see what happens
<10> php.net/simplexml
<16> Heya, having a bit of a problem with mail() ... trying to send a multipart mail however gmail just keeps seeing the content of the mail as an attached file >_< ... any common errors or is source code needed ? :)
<12> RichG: I'll go google that a little then too ..
<17> anyone can help me with how the parsing of <programlisting role="php"> works in the manual ?
<10> ista, try a mailer framework - mail() is kinda basic
<2> HTTP servers just listen for requests and answer them by sending entire documents (to simply the process somewhat). you can't make pages interactive just by using SSI or PHP
<18> anyone knwo wherei can get my own branded atm debit cards
<18> kinda like a paypal debit card only for my servvice
<18> anyone know any suppliers
<10> instasl, like http://www.phpguru.org/static/mime.mail.html
<2> JustinS, http://en.wikipedia.org/wiki/DHTML
<19> istasi: are you using "Content-Type: multipart/alternative"?
<16> insin, yes
<16> have also set boundary
<19> was there some whitespace in your header before the boundary label?
<12> Thanks RichG.. off to look around .. appreciate your time ..
<20> is there any functions for generating 20 digit long strings?
<16> insin, apart from the \n no
<20> random*
<21> hi
<19> could be it
<22> if i make a private $var in a cl***, if i dont set it in the construct, what is the deafult value? is it null ? (PHP5)
<21> how can i show a loading page during a process whixh goes ca 30 seconds and then when its finished show the final page with some info
<21> i jeust dont get it how to show this pages up
<21> anbody a tip or al ink :) please
<19> istasi: "Content-Type: multipart/alternative;\n boundary=\"{$mimeBoundary}\"" works for me
<19> (just implemented sending mixed messages too :))
<16> mine's "Content-Type: multipart/alternative; boundary=\"---NextPart=' . $bId . "\"" atm
<21> ;) ?
<16> coca, think javascript would help you out some more than php can :)
<2> coca, there's a sloppy but easy way, and a smart but trickier way
<5> sloppy trick? Sounds like a hookers worse nightmare
<2> an explanation of the the former: http://netobjects.com/en/nof/9/00/docs/help/auto-forwarding_from_a_transition_page.htm
<2> haha
<21> RichG: tell mem
<21> please ;)
<2> like istasi said, you need to use JavaScript for the latter method
<23> hi.. is anyone familiar with dhclient? I need to supercede some options and I want to make sure I have the syntax correct. the man page is lacking in examples
<23> even if all I have is a scrip that checks the syntax of the file that will be enough
<8> can anyone help with my ./configure step? I have Sablotron 1.0.2 but it thinks it's not >= 0.96
<21> RichG: what should i use with javascript do you have a link or tip what to search for
<21> dont know i verry well
<14> samething
<14> :/home/admin/server/php-5.1.2/ext/libxml/libxml.c:645: undefined reference to `xmlOutputBufferCreateFilenameDefault'
<2> I tried searching Google for "javascript transition page", but all I see are instructions for using graphical transition effects
<21> hmm k now i knmow its called transition :)
<2> Hydr0p0nX, did configure warn you that you had an insufficient version of anything?
<14> nope


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#math
v4linux matrox
cheetah blank page python
bittorrent (111, 'connection refused') ubuntu
rug SUSE configuration zypp yum
ubuntu php_pdo sqlite3
SELinux politics to permissive
error processing /var/cache/apt/archives/lvm2_2.02.02-1ubuntu1_i386.deb
boobsfff
DigiChat error log



Home  |  disclaimer  |  contact  |  submit quotes