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
[21:45]<cry_wl>whoah, its alot simpler than I thought. cool. Thanks! :D
[21:45]<ndf>kai_wp, Yes, but you have to have support on your server too. Read php.net/mail which was pasted earlier.
[21:45]<2fygm>there's a whole manual on it?!?!#<
[21:45]<cry_wl>ok
[21:45]<dawdg>I'm using array_multisort() and it's not giving me any error messages, so I have no idea what is going on
[21:49]<wygduvv>ijwyn: error_reporting(E_ALL);
[21:49]<quggvuszgw>I am trying to pull a user/pass protected image from another server. the linux command [wget --http-user=user --http-passwd=password "http://server/image.jpg"] works. How would I implement this in php?
[21:50]<wygduvv>Quentusrex: cURL
[21:50]<sfymn>What is the format so that i can have an if statement across code breaks w/out using curly brackets? Like, <?PHP if (1): ?> hey <?PHP endif; ?>
[21:50]<wygduvv>why not use curly brackets?
[21:50]<wygduvv>i dont think u can in php
[21:50]<wygduvv>this isnt perl you know
[21:50]<sfymn>winmutt, ive seen it used before
[21:50]<wygduvv>slide: ternary
[21:50]<sfymn>huh?
[21:50]<wygduvv>slide: php.net/ternary
[21:51]<sfymn>k
[21:51]<quggvuszgw>anybody know how to <?php include"http://server/image.jpg" ?> when the server requires a user/pass to access the image?
[21:52]<2fygm>if
[21:53]<[snffjuv]>anyone know a way to output a pages html source inside of itself somewhere?
[21:53]<zdzxzzmfdgzx>Quentusrex: http://user:pass@server/image.jpg/
[21:53]<quggvuszgw>richardlynch I'll give that a try. thanks
[21:53]<dawdg>winmutt: wow... nice one... it reports way too many errors to be useful though, hrmm
[21:53]<zdzxzzmfdgzx>[sellout]: echo "<pre>"; readfile($_SERVER['PHP_SELF']; echo "</pre>";
[21:53]<[snffjuv]>in other words perhaps have the contents of view-source:http://myurl.com outputted somewhere inside another page?
[21:54]<[snffjuv]><looks>
[21:54]<zdzxzzmfdgzx>[sellout]: echo "<pre>"; echo file_get_contents('http://myurl.com'); echo "</pre>";







