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: 1822.57 MB
Powered by
Channel Info
Network: freenodeChannel: #php |
Search in www.irclog.org
Log from #php at freenode 2006-05-11
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
Next >
[14:50]<jndv>pastebin.org :)
[14:51]<jndv>Hm, I might be wrong, sorry zaydana. I'm not having any Abstract classes in my project - only static ^^;
[14:51]<ermmrgr>ta
[14:51]<d0ddrg>this new zend framework seems to be pretty robust
[14:52]<fyr_>m0dman, only played with a lttle - but I like it
[14:52]<ermmrgr>before it wasn't just picking up abstract classes, now its dying on them
[14:55]<jndv>zaydana: phpDoc is not working to well. Try forcing like 10 refreshes very fast (CTRL+R in Firefox)
[14:55]<jndv>zaydana: I haft to do that every 5th time or so
[14:55]<ermmrgr>on the phpDoc website?
[14:56]<jndv>In the phpDoc tool, yes
[14:56]<ermmrgr>hmm... no problems here
[15:02]<ermmrgr>btw, pastebin.org doesn't really exist...
[15:03]<ermmrgr>Jemt - http://pastebin.com/711271
[15:03]<ermmrgr>its dying on that.
[15:14]<ymrg>i give up.. someone knows a good libery that can read html tags such as <form> and so?
[15:14]<ermmrgr>idan - use an xml parser?
[15:19]<ajgne>Rand^, I doubt it.
[15:19]<ajgne>hate to answer like that and run, but I have an appt. at the top of the hour.
[15:19]<rymrg`>idan: libcurl, I said this about 3 hours ago
[15:19]<rymrg`>*libtidy
[15:21]<dreer[w]>,
[15:21]<zjw>idan: did you see that thing I last pasted for you, I found a very slight bug in the regexp?
[15:29]<zjw>Is it possible to have a recursive/looping sub pattern in a regexp, I want to grab valign from [table valign=top][col][/col][col valign=bottom][/col][/table] and place the valign setting in any [col] tags that don't have a valign setting, is this possible?
[15:32]<frrrnfjvscy>hi guys, can anyone help me with sessions
[15:32]<rymrg`>I don't know, maybe you should ask your question and we'll find out
[15:33]<ymrg>row: yep thanks..
[15:33]<ymrg>:)
[15:33]<ymrg>i am using it right now
[15:33]<frrrnfjvscy>ill paste
[15:34]<zgvzj_ggj>is it possible, with header() for example, to "virtually" submit a form, I mean redirect to a page passing parameters, not using a query string (GET) but POST
[15:35]<djjsnd>use curl
[15:35]<frrrnfjvscy>http://pastebin.com/711320
[15:36]<zjw>idan: good good.
[15:36]<ymrg>Fatal error: Class 'DOMDocument' not found in /usr/prog/idan/src/submiter.php on line 5
[15:36]<ymrg>php 5.1
[15:36]<ymrg>how can it be?=\\
[15:36]<svjzdzxzsnz>php4 or 5?
[15:36]<ymrg>5
[15:36]<svjzdzxzsnz>Do you have DOM compiled?
[15:37]<ymrg>installed it with fedora 5
[15:37]<ymrg>(the php apache and so..
[15:37]<svjzdzxzsnz>meaning...?
[15:37]<ymrg>installed php5 and most of the packege
[15:37]<ymrg>phpinfo says i dont have dom
[15:38]<rymrg`>retro_neo: no, you have to trick the client not just the server
[15:38]<svjzdzxzsnz>yes, and? Do you have DOM installed or not?
[15:38]<rymrg`>retro_neo: you'll need a onload="form.submit" javascript solution
[15:38]<ymrg>guess not
[15:38]<svjzdzxzsnz>idan: Then install php5-dom (or whatever the heck fedora has)
[15:39]<frrrnfjvscy>fixed it
[15:40]<ymrg>nope
[15:40]<zgvzj_ggj>what does this do then ? http://fr.php.net/manual/en/ref.curl.php#62020
[15:40]<ymrg>only suse and stull
[15:40]<ymrg>stuff
[15:51]<hmmzr_>yay
[15:51]<hmmzr_>my HalfLife2 headcrab arrived!
[15:52]<svjzdzxzsnz>o.O
[15:52]<dreer[w]>:/
[15:53]<fjvus_rgydr>can you define methods outside a class definition, or do you have to just do an include(); on the method definitions within the class definition
[15:53]<rymrg`>lotus_anima: no, all methods in a single class must be declared in a single file
[15:57]<fjvus_rgydr>can i include method definition files into the class though?
[15:58]<rvrvrrrrfj>hey guys, what does this mean? Fatal error: Call to undefined function xml_parser_create() in /var/www/localhost/htdocs/cacti/lib/xml.php on line 31
[15:59]<dreer[w]>it means the function is undefined?
[15:59]<dreer[w]>:/
[15:59]<vjuvy>what php version
[15:59]<vjuvy>have you installed xml Module?
[16:00]<rvrvrrrrfj>php5
[16:01]<luzgpusyjg>In FTP, is there any way around having to open a directory and deleting each file? I want to delete the entire directory and everything in them.
[16:01]<dreer[w]>jtevangelo: windows or *nix?
[16:01]<luzgpusyjg>sorry, not php, but...
[16:01]<vjuvy>make a phpinfo file
[16:01]<rvrvrrrrfj>*nix
[16:01]<rvrvrrrrfj>gentoo
[16:02]<wj22fns>purefusion: Isn't there a glob or equivalent in ftp?
[16:02]<ndf>purefusion, Don't you have permissions to delete the entire directory?
[16:02]<luzgpusyjg>eml: I should! I'm using WS_FTP
[16:02]<luzgpusyjg>wobbles: never heard of a glob
[16:02]<vjuvy>and look if there is something like XML
[16:03]<ndf>purefusion, So it's a non-php related question?
[16:03]<luzgpusyjg>eml: not really, just wanted to pick your brains
[16:03]<ndf>purefusion, =)
[16:03]<dreer[w]>jtevangelo: package or compiled?
[16:04]<njvhnzn>is there a quicker way to say if ($foo == 'bara' || $foo == 'barb' || $foo == 'barc' || $foo == 'bard') ?
[16:04]<luzgpusyjg>eml: I could turn it into a PHP question... How can I write a PHP script that deletes entire directories? :-p
[16:04]<rvrvrrrrfj>it was compiled
[16:04]<ndf>purefusion, php.net/ftp (No idea if this exists)
[16:04]<rvrvrrrrfj>do i need to get the xml module for apache?
[16:04]<rvrvrrrrfj>never had to before?
[16:04]<njvhnzn>something like in_array() but for strings...
[16:04]<rvrvrrrrfj>if there is on
[16:04]<rvrvrrrrfj>e
[16:04]<bxnrd>i'm having php pages not transfer completely, and error log says nothing. any ideas?
[16:05]<bxnrd>and it happens on random
[16:05]<luzgpusyjg>eml: been to those functions before
[16:05]<dreer[w]>jtevangelo: you need to recompile with --with-xml
[16:05]<luzgpusyjg>I used them to build a few file upload utilities :-D
[16:05]<bxnrd>and it's in the middle of dumping some javascript code so it can't be script error either
[16:05]<dreer[w]>jtevangelo: read http://php.net/xml
[16:06]<byre>Bheam: What's your error_reporting and display_errors set to?
[16:07]<bxnrd>BigE: error_reporting = E_ALL & ~E_NOTICE







