| |
| |
| |
|
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
Comments:
<0> wess: Pastebin your source. <1> okay, I'm having a hell of a time finding an answer to this, so I'm just going to post an OT question: Anyone know how to <xsl:include href="somefile.xsl"> an xsl file into another, but selectively?.. like, have the "somefile.xsl" value p***ed into the processor via setParameter() or something. <2> Elazar, http://pastebin.com/646742 <2> Elazar, its a simple smarty template. <3> anyone done anything with php to telnet into cisco routers and run commands and get output? <4> wess try method="post" <4> daqqal: why would you want to? <2> itrebal, read the source before providing obvious answers. <4> wess: i did read tehs ource, i'm commenting about the capitalization, at one point i had a similar issue and it was just that <1> wess: perhaps he or she meant to try lowering the case :/ <2> Well, tried that too, so sorry about the misjudgement <2> no dice <2> so its not caps <4> and try viewing the output on the page to make sure something isn't being changed
<2> itrebal, did that too <1> wess: maybe pastebin the rendered html after smarty gets done with it <5> thanks people for all helps <5> see yaa <2> Here is what you get when you click submit: index.php?select=&username=&p***wd=&submit=Log+In <6> my php just says 'asdf', what is wrong with it? when my html page that I'm posting is <form><input name=""></form> <2> granted, i didnt enter a user and p*** <7> wess: A URL where we see the rendered template? <1> wess: did you do $objSmarty->messThingsUp(true); cause you don't want to do that :) <2> Vlet, that MUST be it :) <1> wess: view the source in IE or FF and pastebin it (the final html source that your browser sees, not the smarty template) <2> hrmm, i think my html content people put multiple forms on the page... and for some reason its trying to submit the first and second combined? <7> Or just give us a URL to the template as rendered <7> wess: Something like that is what I'm looking for, yes. <2> Got it <2> disabled the other form and it went away <2> now i need to go yell at the content people <2> adding forms to my index template....interfering with my added templates <7> Sure, because that's going to be SUPER-effective <2> yeah i know :P <2> the reality is, i'll just ask them to fix it... <2> but i wont smile <8> move_uploaded_file($_FILES['link']['tmp_name'], $uploadFile); <8> chmod($uploadFile,"0644"); - instead of 0644, it made it 0204 and now my boyfriend can't change the image at all <8> permissions look like --w----r-T <7> kittyanya: umask <7> kittyanya: php.net/umask <8> ty <7> kittyanya: Also, don't use strings <6> dont use "0644" <7> 0644, not "0644" <6> use 0644 <8> ahhh, ty <7> As demonstrated at php.net/chmod :) <6> wow that is some odd flags set.. i wonder what kind of side effect that has <8> zircu: my boyfriend had to manually delete the image, change the chmod manually, and re-upload the pic :P <8> we got it fixed now. ty for the help ^_^ <9> hello! <9> can i display % somehow with diffrent html code? <10> another question: <11> is there no way to copy files via ftp? <11> i have to download them and then upload them with different names? <9> i cant use the % in my code, is there a way to display it in another way? <11> yeah <9> how? <12> when using SOAP, how can you also do http authentication? (the wsdl im trying to reach needs http authentication first) <13> I have the GD libraries source, but when i try ./configure, it says that It cannot execute the test c program because i do not have access priv. Im running as root is there anyway to make it chmod a+x? <10> if i have a global array in a cl***, let's call it $array, and have a getArray() method, what happens if i do array_push(getArray(), 1)? does it change the global $array or an object created by the getArray() method? <14> is there a keyword like "extern" for php? I need to reference a variable at global scope, from within a function. <15> global <14> thanks <15> global $var; <15> Or reference it directly in $GLOBALS['var'] <11> spiekey, entities. for some reason i can't find the % one though
<14> Julian|Work: thatworks perfect thanks :) <15> clarks, good stuff. <10> anyone? <9> fires: almost: ‰ <9> :) <16> Haron_: What was your question? <11> spiekey, try % <11> either <9> fires: thanks a lot!! <11> spiekey, for the record, that's a question for #html not ##php <11> cheers <9> fires: i will remember it :) <6> Haron_: no <6> Haron_: array_push, works directly on an array, you can use a function call in place of the &array parameter <6> cant* <6> Gamercjm: you shouldn't configure as 'root' <16> ^-- what he said <13> well how would i make the file executable as non root <10> zircu: so it works directly on the global array, not on any instanced array that is like the global array? <16> Gamercjm: You *DO* know, how unix installation works, right? <6> Haron_: you lost me <13> Yes. I am having a problem with the configuration file of the GD libraries, It is creating the file with CC as read only, and it needs to be execuatable for the configuration file to continue or else it dies with an error <16> CC? <13> a c compiler program >.> <13> or c++ pr something <16> Gamercjm: You have that in a directory, that only root can write? <17> why is this recursion function killing apache? http://pastebin.com/646799 <13> nope <16> killing in what way? Segfault? In which PHP?2.0? Higher? <17> php5 <6> lra_: I would ***ume because you're recursiveness doesn't stop before you reach your stack limit <17> mhh <16> Gamercjm: Then I can't believe you, since I've done million installations already... UNLESS you did configure or make as root. <17> unknown software exception <16> o.O <17> running test in windows <6> lra_: windows gives the worse error messages.. :) <13> the file is -rw-r--r-- i need it to be -rwxr-xr-x <13> is there a way to do that with the configuration file <13> or an option to add in the CC compiler <6> Gamercjm: what is the file you are running? <17> zircu - indeed :) <13> ./configure <13> it makes a file a.out <6> Gamercjm: sh ./configure <13> yes <16> Gamercjm: make distclean and then run configure / make as ordinary user. <18> hey storm <16> um... hello, computersolution. <19> GREETINGS computersolution!!!!!!!!!!!!!! <18> hey migs <18> how is it going <18> http://pastebin.com/646804 <18> having a problem with this <18> should be giving radio buttons from an array <17> i've even put a recursion limit of two times on it, but it still gives the exception <16> echo "<input id={$row['membership_type'] name=['membership_type'] <-- oh-so-badly-wrong. <10> zircu: i have a cl*** variable called $array, and for this array i have a getArray() method which returns $this->array, and if i do push(getArray, 1), will it push it into the global array or in some instanced var which is a copy of the global array? <18> storm, ah, forgot the $row correct? <16> Yes, amongst others. <17> heh <18> what else? <16> why the heck do you put entire string in { / }? <18> <----just learning
Return to
#php or Go to some related
logs:
#sql #linux #suse #suse yum search urpmi #perl #web #gentoo chkonfig debian Inconsistency detected gentoo vlc
|
|