| |
| |
| |
|
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 30 31 32
Comments:
<0> nothing <0> but <?php echo($filelist); ?> <0> solves my problem <1> perhaps: 1, short_tags 2. register global 3. i dont know <2> torque are you just trying to display $filelist? <0> yes <3> torque, never a good idea to use <?= <0> deprecated? <4> when i extend a cl*** in PHP and add my own constructor, does it auto call the father's one as well? <4> or i need to explicitly call it ? <2> you can also echo>>>END <code> END; <5> pearQ: Explicitly call it. <4> kuja: how is that done? <5> parent::__construct() in php 5 <3> torque, no, but you end up with problems like the one you had <0> problem was php was not processing it
<3> torque: because it can be disabled per server, so you script isn't portable <5> torque: Yes, it's deprecated. <5> Well, it's being deprecated. <4> kuja: in php4 ? <3> numbra: echo<<<END <3> isn't it? <0> btw im using php5 <4> juka: how do i do it in php4 ? (call the father's constructor) <5> pearQ: parent::ParentsName() <6> how would i be able to dynamicaly include a php file <6> like using ajax? <6> so wehn you click a link it includes the file <5> pearQ: If you had parent Foo, and child Bar, from Bar() you would do parent::Foo() <4> k got it, tnx <7> Hi all, I have got a problem on my PHP5 installation, I'm running Ubuntu Dapper Drake, the imagerotate() function is not available on the php5-gd package that comes from the universe repositories, any ideas on how to get a gd with imagerotate() enabled???? <0> thanks <5> Sanders: Do the extra question marks have any significance otherthan immaturity? <5> other than, even. <7> kuja: not really :P <7> kuja: does it make a difference on the outcome of my problem? <5> Yeah <7> kuja: or you are just that rude with everybody else? <5> Sanders: I am, very much so. <7> kuja: since when IRC has become a place for correctness? <5> Sanders: 1986 <7> kuja: I mean that kind of correctness? <5> 1986 <4> 88 no ? <5> pearQ: I believe it was 86. I'm losing it, bah! <8> ask on a forum Sanders you will get alot more help <4> efnet was made in 1988 <5> pearQ: IRC was around since 86 I had thought. <4> could be <4> back in those days.. there wasnt any PHP <5> pearQ: And that was a good thing. <4> :) <5> It very much was. <5> :) <4> back then they coded apps in ASM, no ? :) <5> I think Python was first making its way into the world during the late 80's <5> Or was that early 90's... hmm :) <4> early 90s prolly, and still it prolly didnt have any of the concepts it has today <4> also no frameworks back then <9> That is weird. If you feed the wrong type or length to bindParam() it does absolutely nothing. What are those arguments there for if it is not for objecting to not meeting the requirements of type and length? <4> the dark ages of coding <9> I mean in PDO. <5> pearQ: I was born in 86, so I got to skip all that :D <9> 86?! Jesus man you're still a baby. <2> that is so weird... <5> Narada: Maybe <5> I'm a ***y baby. <9> lol <2> I just thought the same thing as Narda, ...and then I realized that was 20 years ago :( <4> rofl <5> Just about. I'm 19 now, though. <5> Late birthday, dammit to hell. <5> Reminds me of my Java/C++ teacher in high school. <5> Always had that beard.
<5> I wonder if all CS/Math majors go through that beard stage in their life, bleh. <9> Only one thankfully. <4> yea <2> Narda is it the only one left? <9> Yeah my CS degree turned me white; never mind my beard. <4> i had white hair since 16 <4> before my CS degree though :) <7> Hi all, I have got a problem on my PHP5 installation, I'm running Ubuntu Dapper Drake, the imagerotate() function is not available on the php5-gd package that comes from the universe repositories, any ideas on how to get a gd with imagerotate() enabled? <extra question marks removed> <9> numbra: Thankfully not. <5> Uh, stress :) <5> Sanders: Consult the package maintainer why it isn't there. <4> it's prolly related to that ubuntu crap about keeping stuff free <9> Writing a binary tree compiler in Java was not the kind of thing that really made me relish life at that time. <2> come to think of it, I didn't have any white hairs until my daughter was born 6 years ago.... <5> Sanders: Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org> <5> apt-cache show php5-gd <5> And yes, I'm on Dapper <7> pearQ: Probably Debian has the same problem unless I use dotdeb packages <4> sanders: try looking if there is a universe / metaverse package for that <4> or ask in ubuntu forums about it <7> kuja: "apt-cache show php5-gd", well I'm not that retarded <4> or in #ubuntu or #ubuntu+1 for dapper <9> I really hope they improve PDO and its docs in 5.1.3. Wonder if there's a changelog somewhere. <5> Sanders: Well, now you know. <10> i'm having trouble getting my webserver (IIS 6.0) to handle PHP files <5> Bad judgement. <7> pearQ: I haven't found anything at all, the only clue is that apparently the bundled version of GD that comes with the official PHP code does come with that function enabled <5> Why don't you use the dotdeb packages anyways? <4> sanders: welp, you can compile your own php, or ask in the ubuntu forums about it <9> Hmm what db access abstraction layers do you guys use? <7> pearQ: I was expecting someonbe explaining me how to build GD from source code, or at least where to find instructions <4> make install? <4> oh and ./configure before it <7> pearQ: I have got some questions unanswered in the forums for a few days, I just got impatient and came here for help <5> Sanders: apt-get build-dep php5 && cd your-php-src-dir && ./configure --with-crap-here && make && sudo make install <7> pearQ: yes I know about the make stuff, is just that because this is the #php channel and it is supposed that people who program in php gather here, I though that maybe there was a quick fix for this as it seems to be common problem on debian distros <5> Sanders: Possibly. <5> Actually, I don't think I'll say another word until he responds. <5> Except for my smoke break... bleh <7> pearQ: Anyway thanks for your help, I'll try to work out why that function is disabled in the first place. <5> Douche bag =) <5> I had like 20 different ways to do it :P <4> rofl <11> hello! I'd like to give users addresses like http://my.server.com/folder/image123.jpg, where image123.jpg is a php-script delivering the image (checking for permissions etc.). But I don't want to configure the server (iis) to treat all jpg files as php-scripts. Is that somehow possible? <12> http://pastebin.com/626660 anything wrong with this ? <11> Xsploit: mayb use $row2['name']; instead of $row['name'];? <12> point <12> yup that was it <1> kernelpanic, you got url_rewrite ? <11> 0x41464b: uhm, no. That would do the trick? <1> kernelpanic, should be able, i found free one at www.iismods.com <11> thanks a lot, I'll have a look <1> but... i dont use them, i use 404 error page for my solutions <1> ~_~ 404 is redirected to a file.php, and count from _SERVER['REQUEST_URI'] <13> hello, can i do this $a = $b = 'section'; ? so $a and $b will both have 'section' value ? <1> Quatrux, try ? <13> can't <1> C:\>php -r "$a=$b='value';echo $a.$b;"//return valuevalue <1> works here <13> if i had a server on this computer I would try, I need to mail the edition to my friend from school computer <13> well, as i remember it needs to work <13> so i will leave it <13> ok, thanks :) <9> Okay I am officially stumped. What on earth do the last two arguments (type and length) do exactly in bindParam() (PDO)? <8> data type and variable length? <8> pretty sure you can enforce the data type, not so sure about length <8> did you read the manaual? it spells it out pretty much ;) <14> hi all <14> I've a problem installing php accelerator <14> my error_log of apache says the following: <14> Failed loading /usr/local/lib/php_accelerator_1.3.3r2.php4.3.so: /usr/local/lib/php_accelerator_1.3.3r2.php4.3.so: cannot open shared object file: No such file or directory <14> locate says this:
Return to
#php or Go to some related
logs:
in use as cache #asm #bash python encoding mysqldb utf-8 wlan0 does not exist gentoo Ubuntu proxy console kubuntu bridge network xenguest-install, operation not permitted #kde #php
|
|