@# 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> is what I used when I wrote PHP
<0> ||cw, that's in there
<1> i delete the line and write from beginning again and fixed thank you friend
<0> it's in regardingto cPanel server
<0> s
<0> even :)
<2> CryWolf: i create all site with layer instead of frame, so i need answer with layer not frame
<3> cpmatt: per vhost session save path and upload temp dirs
<4> Zmanu: I've no idea. that sounds like it might be a #web question.
<4> maybe I'm behind the times, but I don't know what "layer" means in regards to a web page.
<2> CryWolf: my problem is with session, not with web
<2> <div>
<3> Zmanu: your question dind't have anything to do with sessions
<2> is layer
<4> Zmanu: you have a page inside a div?
<5> Is there a function or any way to buffer a string to a certain length, so that all my strings are the same length to standardize output?



<6> Layer is the netscape 4 term. It's not used anymore.
<2> no i have a div inside a page
<2> ||cw: yes you true
<7> Weren't layers removed something like 5 years ago?
<3> skm376: substr on output
<4> you said "i want file call be the new page, not the page inside layer"
<6> Anyone still using NS 4 layers should be drug out into the street and shot.
<4> Zmanu: try describing your problem again.
<8> ahhh good patch not needed, just it requires --with-libdir :)
<2> i have a div inside a page, on this div a call a page, but the page call is open inside div and me i want open it inside all page
<4> Zmanu: what else aren't you telling us about this page?
<2> ||cw: i talk about session, because i resolv a session problem just before come here
<3> Zmanu: a div can't call a page because it's part of a page
<6> Zmanu: Define "call".
<2> open
<6> Code?
<9> AcidReign: http://hashphp.org/pastebin.php?pid=6517
<3> a div accont open a seperate file on its own
<9> here is some output from the array
<4> Zmanu: if you're having a page open inside another page, that's a #web problem.
<2> sorry i'm french, and i have some problem to explain
<3> Zmanu: is there an error involved
<2> ok, i gonna try explain on #web
<2> thnaks
<3> you still haven't described a problem
<10> lorfds: this is what you get?
<10> lorfds: meaning, this is the array you are looping over?
<9> AcidReign -- it is longer than this
<9> but this is an example of a few values from the array
<10> lorfds: ok, and what do you want to get out of it?
<9> i want to collect every "value" item as an array
<9> you will see the ["value"] is one of the fields
<11> How do I check my include directories
<10> lorfds: $values[] = $array[$i]['value']
<11> Does anyone know? my include_dir isnt specified
<4> inono: ini_get()
<9> AcidReign -- so then if i var_dump($values) down below, it should collect every value that looped through the array?
<10> lorfds: yep
<7> inono- phpinfo() will tell you everything you need to know
<9> cool -- im gonna try it right now
<11> great
<10> lorfds: of course replace 'array' with your actual variable name
<10> xfields, or whatever
<12> Any suggestions on the best mail merge charactors (example: <<fieldName>> or [[fieldName]] or [[:fieldName:]] or whatever )to use when creating a mail merge solution?
<12> btw it will be going through xmlHttpReq so it has to make sense for that too.
<9> aha!
<9> AcidReign - it worked!
<13> hey guys
<13> how is everyone doing
<12> do you care? ;)
<12> I felt like Tom Likis right then
<14> if $url = $rss->items[$i]['link']; gets the 'link' inside of an items tag in an xml file then wouldnt $image = $rss->images[$i]['url']; get the url tag inside the image tag?
<15> whats the best way to enable php5 in apache? should it be CGI or Mod?
<10> lorfds: your welcome
<12> drastick: it depends on if $rss->images is defined, is an array and if [$i]['url'] is set
<16> I am trying to use LDAP with php and right now I am just trying to login but every ldap server I try I get what seems like a time out error and I can't figure out why. I know the servers are there and I can ping them. The error i get is "Can't contact LDAP server"
<14> Ill admit I **** with php Im using magpieRSS to parse the file
<12> drastick: so you'll have to look at whatever object $rss is to see if $rss->images is defined as an array. (either look at the code or do foreach($rss as $key => $val ){ print "$key is $val <BR>"; } to see what attributes $rss has
<12> drastick: That wont solve your problem, but it will show you wats going on with that object so that you can take the next step
<14> image is Array



<12> drastick: then do foreach($rss->image as $key => $val) { print "$key is $val <BR>"; } to see what elements that array has... it wont solve your problem, but it will help you see the next step
<14> cool ill try it thanks
<13> can anyone get this to load: http://www.gerbitz.org/bbw/index.php
<12> no prob man
<13> is it slow?
<17> slow
<12> gerbitz: it looks like either its ***ssssssss slow or its iterating forever or something else funky as hell is going on
<4> S^Gerbitz: it was a little slow with redraws in links
<13> hmm it must be my provider
<14> weird, lith that didnt show any results
<13> stupid ipowerweb
<13> must be a huge load on the server or something
<4> hugely slow with lynx
<13> hmm damn ipowerweb and there servers
<18> hello all. i just compiled php (without any major problems) but when i do start apache i am getting the next error: undefined symbol: mm_dlog
<13> cant ftp in either
<18> does somebody knows what could be the problem ?
<18> know *
<14> lith its like it says its an array but the array is empty
<12> drastick: then $rss->image is an empty array. You'll have to look at the method (function within the cl***) that fills/sets $this->images to see whats wrong... find that code
<14> yeah cause if i change out image with items it gives me stuff
<12> drastick: yeah man, I dont know... its impossible to "support" or give helpful information on 3rd party code...
<19> lith, unless they post the code ;)
<14> Im sure its something Im not doing right. Seems like everyone says MagpieRSS is one of the best
<12> drastick: check out that release's support channels... or just disect the code...
<14> Thats what Im doing now
<13> hey guys, im having an issue with this: http://pastebin.com/658437 its not converting the [BR] from the table to <br>, could soemone help me out?
<4> S^Gerbitz: which line?
<12> line 46 cry
<13> CryWolf - line 46
<7> S^Gerbitz- uh
<7> Maybe you should try echoing the returned string instead of the original string?
<13> Dragnslcr - what do you mean...
<12> Dragnslcr: lol
<4> S^Gerbitz: your problem is actually on line 47, as Dragnslcr said.
<12> I didnt even see that
<20> Is there a good way to tell a browser to start rendering a page right away?
<7> dampja1- not really
<20> dragnskr: is there a reason why it wouldn't?
<13> CryWolf & Dragnslcr - whats the fix?
<12> Dragnslcr: is it possible to output buffer a portion (the portion that takes a while to process) then display it ?
<7> Browsers start rendering when they have enough data to render something sensible
<21> echo $SUMMARY
<4> S^Gerbitz: examine your code more closely
<12> Gerbitz: echo $SUMMARY
<13> damn my freeking server is laaaaaaagggggged
<20> is there a page with guidelines of what browsers consider sensible enough to rendering
<4> dampja1: www.w3c.org
<12> Gerbitz: Thats a cl***ic page your putting together :)) BBW and the men who love them... *rofl*
<13> lith - whats so funny about that?
<12> nothing
<13> lith - then why laugh on it
<12> Gerbitz: because im a 25 year old immature guy
<12> hey, just telling the truth
<12> ;)
<22> yawn
<23> I have a form that uses a single set of radio buttons to present the user with about 20 different actions they can take. Each action is effectively a multi-page form. How do I avoid making like 50 different "if( isset($_POST['option_x']) )" statements just to figure out which of the submit buttons was pressed?
<22> Feldon: <input type="radio" name="options[]" />
<4> Feldon: do you need the page to work for IE?
<23> CryWolf: yes
<4> button tag won't work then.
<22> Feldon: name them all the same with [] at the end to put them all in a array
<23> AfroTurf: that still results in 50 "if( isset($_POST['option[x]') )" does it not?
<24> Feldon: switch($_POST['option_x']) { ...... }
<4> Feldon: name="option[$x]". $action = key($_POST['option']); switch ($action) ...
<25> hello all. i just compiled php (without any major problems) but when i do start apache i am getting the next error: undefined symbol: mm_dlog
<22> Feldon: yes but then you can do what you need to do with te array
<25> has anyone got any idea ?
<24> AfroTurf: It's a radio button. It can only have one value.
<4> Feldon: are you referring to the radio buttons or the submit buttons?
<24> T_V: Is the error " /usr/lib64/libc-client.so.1: undefined symbol: mm_dlog"?


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#linux
#perl
madwifi-kmod rpm fc5
#fedora
#linux
cdboot couldn't find ntldr k3b
what does 20M mean
select count(*) in other table
#math
#linux



Home  |  disclaimer  |  contact  |  submit quotes