IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-10-24 20:19:38
Channels: 41
Logged Lines: 6230436
Size: 1982.48 MB
Powered by
Channel Info
Network: freenodeChannel: #php |
Search in www.irclog.org
Log from #php at freenode 2006-06-20
Pages: < Prev
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Next >
[10:50]<z2juxxxxtrpp>-oké
[10:51]<z2juxxxxtrpp>-bah ce code pose pas de problèmes
[10:51]<z2juxxxxtrpp>-mais ensuite ?
[10:51]<aak_>-comment passer ca en fonction ?
[10:52]<jjsxx>+ehm
[10:52]<jjsxx>+PARLEZ ANGLAIS
[10:52]<jjsxx>+or something like that
[10:52]<z2juxxxxtrpp>-oué oué :)
[10:52]<z2juxxxxtrpp>-yes, sth like that
[10:52]<z2juxxxxtrpp>-by doing sth like " .......hummm wait, I will pastebin it
[10:52]<cryggrvyjg>-i just looked at zend what i am doing looks ok
[10:52]<cryggrvyjg>-Zb can you help me?
[10:52]<cryggrvyjg>-i think deadroot is goooone
[10:53]<cryggrvyjg>-:/
[10:53]<z2juxxxxtrpp>-kainnation > for now, I'm on CcK_'s prob. I've not yet read yours
[10:53]<cryggrvyjg>-k
[10:53]<cryggrvyjg>-i'll wait ;)
[10:53]<cryggrvyjg>-thnx
[10:53]<aak_>-let's make a ticket machine lol
[10:55]<z2juxxxxtrpp>-http://pastebin.com/720375
[10:55]<z2juxxxxtrpp>-CcK_ > look if that's what you want
[10:55]<dnwy>+is there something special I have to do to call a function recursively nowadays?
[10:55]<dnwy>+from within the function I am getting
[10:56]<dnwy>+PHP Fatal error: Call to undefined function du()
[10:56]<wj22fns>+Dewi: Can you pastebin the code?
[10:56]<jjsxx>+Dewi: is it inside a class?
[10:56]<aak_>-pastebin => slowwwww inside
[10:56]<dnwy>+JoshX: yes
[10:56]<jjsxx>+Dewi: $this->du()
[10:56]<jjsxx>+to call it recursive
[10:56]<jjsxx>+Dewi: from within the class
[10:56]<dnwy>+JoshX: hmm. is this a new php5 requirement?
[10:56]<jjsxx>+nope
[10:57]<z2juxxxxtrpp>-kainnation > I've not understood your prob from what I saw in the public channnel since I'm here , sorry
[10:57]<jjsxx>+afaik
[10:57]<z2juxxxxtrpp>-and I've my own work to advance too :(
[10:57]<dnwy>+JoshX: because my current code works on this other PHP4 server
[10:57]<aak_>-ZbouhhhhTaff: that shold work yes, but it's just annoying to read :/
[10:57]<jjsxx>+Dewi: strange..
[10:57]<aak_>-cause i have to have my regular code in a function
[10:57]<z2juxxxxtrpp>-yes,annoying ; but understandable
[10:57]<z2juxxxxtrpp>-so ?
[10:58]<z2juxxxxtrpp>-if your code is in a function; that's perfecT. you've only to call that function when you need
[10:58]<aak_>-merci :) i'll try it
[10:58]<cryggrvyjg>-I have an xml file with a root node and then a parent node with child nodes inside
[10:58]<z2juxxxxtrpp>-gasp
[10:58]<z2juxxxxtrpp>-you want to parse it ?
[10:58]<z2juxxxxtrpp>-that's sth I've never done
[10:58]<dnwy>+JoshX: hey, you fixed it.
[10:59]<cryggrvyjg>-what i am trying to do is add a new set of parent nodes with new child nodes inside while keeping the other parent nodes untouched
[10:59]<dnwy>+JoshX: thanks dude. I guess PHP4 just doesn't care as much
[10:59]<cryggrvyjg>-right now the script is overwriting the existing parent nodes with the new ones
[10:59]<cryggrvyjg>-i have my stuff pastebinned
[11:00]<z2juxxxxtrpp>-arf
[11:00]<cryggrvyjg>-pxc.pastebin.com/720345
[11:01]<cryggrvyjg>-what is commented is what i WAS using
[11:01]<cryggrvyjg>-the uncommented part is what i tried
[11:01]<cryggrvyjg>-and from the documentation i have found it looks correct
[11:01]<cryggrvyjg>-btw if someone posted something to me above i didn't see it since my irc crashed
[11:02]<z2juxxxxtrpp>-still trying to wait pastebin to load
[11:02]<cryggrvyjg>-pastebin is soooo slow tonight
[11:02]<z2juxxxxtrpp>-gasp
[11:02]<cryggrvyjg>-took a min for mine too
[11:02]<z2juxxxxtrpp>-and no syntaxic coloration ?
[11:03]<z2juxxxxtrpp>-tonight ? here , taht's morning
[11:03]<cryggrvyjg>-sorry
[11:03]<cryggrvyjg>-morning here too
[11:03]<cryggrvyjg>-lines 6-9 and 16 - 19 is what i had
[11:03]<cryggrvyjg>-11 - 14 is what i tried and it didn't remedy my problem
[11:04]<z2juxxxxtrpp>-gasp &
[11:04]<cryggrvyjg>-grrrrrrrrr
[11:04]<cryggrvyjg>-back
[11:04]<wj22fns>+There are quite a few alternative pastebins - see http://en.wikipedia.org/wiki/Pastebin
[11:04]<cryggrvyjg>-like i was saying
[11:04]<cryggrvyjg>-lines 11-14 is what i tried
[11:04]<cryggrvyjg>-and i just got this
[11:05]<cryggrvyjg>-Fatal error: Call to a member function appendChild() on a non-object
[11:05]<cryggrvyjg>-i dunno where i am going wrong
[11:05]<z2juxxxxtrpp>-kainnation ; I'm sorry but I don't know the class you're using , I'm not sure I could help without diving into your code for hours :(
[11:05]<cryggrvyjg>-what do you mean by class
[11:05]<cryggrvyjg>-i'm using the DOM extension
[11:05]<cryggrvyjg>-it's a built in php class
[11:05]<cryggrvyjg>-not one created by me
[11:06]<z2juxxxxtrpp>-yes, but that's part of the standart php I still don't know
[11:06]<cryggrvyjg>-oh
[11:06]<z2juxxxxtrpp>-( = not yet used in my own code, never read any doc about it , etc )
[11:06]<cryggrvyjg>-check this out
[11:06]<cryggrvyjg>-http://www.zend.com/php5/articles/php5-xmlphp.php#Heading10
[11:07]<cryggrvyjg>-my code looks correct according to that
[11:08]<z2juxxxxtrpp>-I don't doubt that it looks correct
[11:08]<z2juxxxxtrpp>-but code that look correct is the harder to debug; espescially when we didn't wrote it
[11:10]<z2juxxxxtrpp>-I'm sorry
[11:10]<aeujs00w>-what should happen if I use require in a file that has 4 thousand line. Does it slow down my system or it doesn't matter. In fact, I have put lots of function in this file and every single php page that my user goes I make a require. What do you think guys?
[11:11]<cryggrvyjg>-i got it Zb
[11:11]<cryggrvyjg>-my stuff works now :)
[11:11]<cryggrvyjg>-YAY
[11:12]<cryggrvyjg>-now comments can be added to my news articles and blogs in my CMS!
[11:12]<cryggrvyjg>-WHOOO
[11:12]<mnzmzjjv>+kainnation: okay, so i don't need to ask whether you managed to get it while i was waiting out my blackout here :)
[11:13]<z2juxxxxtrpp>-Yeah, cool kainnation :)







