,
--
Arcady Genkin
Don't read everything you believe.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
"Robert L. Yelvington" <[EMAIL PROTECTED]> writes:
> on 7/5/01 10:15 AM, Arcady Genkin at [EMAIL PROTECTED] wrote:
>
> > While taking a university course I needed to ``squash the competition'' by
> > hacking together quick bar-charts with PHP. These
r, you get numeric value for it. Have a look at:
http://www.thpoon.com/408/barchart.php
Input is taken from a text file. If anyone is interested in the
source code, let me know and I'll release it. The code is rather
trivial, though.
--
Arcady Genkin
i=1; while 1, hilb(i); i=i+1; end
--
PHP
udo' package, and
configure it to allow running a particular command as root to whatever
user Apache runs as.
--
Arcady Genkin
i=1; while 1, hilb(i); i=i+1; end
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [E
ems that if using Cookies
and POST employing it would be quite cumbersome... I wish PHP did
that for me automatically. :)
--
Arcady Genkin
i=1; while 1, hilb(i); i=i+1; end
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mai
"Steve Werby" <[EMAIL PROTECTED]> writes:
> "Arcady Genkin" <[EMAIL PROTECTED]> wrote:
> > If I understand correctly, vrfy does not wholy depend on that
> > functionality to be supported by the server. I think that it simply
> > connects t
t least you know that the domain part is not faked, and there is
a mail exchanger willing to serve it.
--
Arcady Genkin
i=1; while 1, hilb(i); i=i+1; end
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAI
[EMAIL PROTECTED] writes:
> On Wed, 04 Jul 2001, Arcady Genkin wrote:
>
> > Does PHP provide no high-level means of iterating over the UNIX
> > /etc/group file, a la getgrent() C function? The task is to figure
> > out all groups that a user is in on a system with PHP i
If you specify an arbitrary name, you can check whether
this resolves to any valid recipients.
--
Arcady Genkin
i=1; while 1, hilb(i); i=i+1; end
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
ideas,
--
Arcady Genkin
i=1; while 1, hilb(i); i=i+1; end
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
that
running such command may be a really bad idea. If someone runs `ps'
at the same time, he'll be able to see the password for user `tim' in
clear text.
--
Arcady Genkin
i=1; while 1, hilb(i); i=i+1; end
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [E
"Hankley, Chip" <[EMAIL PROTECTED]> writes:
> Is it possible to have such a function on your site w/o giving access to ALL
> of your documents...
On top of everything the other users recommended, you can enable safe
mode. It will protect you from sloppy programming.
races. Can somebody give me a hint?
According to the manual, "<" or ">" are not metacharacters, so no use
escaping them. In any case, your expression can be simlified somewhat
using Perl's \w sequence. Don't forget to designate beginning and end
of string. Try the
,
--
Arcady Genkin
i=1; while 1, hilb(i); i=i+1; end
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
from unwanted eyes.)
--
Arcady Genkin
i=1; while 1, hilb(i); i=i+1; end
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
user that owns apache usually
> has very limited powers
Well, see above. If Apache can write its own logs there, it should be
able to write PHP's logs there too, right?
What worries me is that the logs are directed into apache's error
logs. This makes me think that the problem is not
I used to read this list via the newsserver news.php.net. It has been
down for a while: is the news service going to be restored eventually?
Thanks,
--
Arcady Genkin
i=1; while 1, hilb(i); i=i+1; end
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED
avoid this problem, or use a
function other than pg_fetch_object. But I'm interested whether
pg_fetch_object _can_ be used here.
Many thanks,
--
Arcady Genkin
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAI
stroy() or both?
Many thanks,
--
Arcady Genkin
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED] ("elias") writes:
> "Arcady Genkin" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I could not find this in the docs, but maybe I've been looking in the
> > wrong place. Could so
r PHP script served by the same
apache child?
Many thanks,
--
Arcady Genkin
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
outline of the algorithm I've come up with? Any opinions greately
appreciated.
http://www.thpoon.com/~antipode/tmp/user_auth.png
The algorithm is presented as a flowchart.
p.s. I'd like to "roll my own", even though I know that there is
authentication code available.
"mOrP" <[EMAIL PROTECTED]> writes:
[badly formatted message fixed]
> > I have noticed that > in documentation, how safe is it to use it?
>
> Can someone point me to the documentation of ' know what it does.
See http://www.php.net/manual/en/language.basi
I have noticed that http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
with a huge horizontal scroll-bar, and is
terribly misalligned (the background on the right, all the content to
the left of it, off-screen). If this is the kind of websites it
generates, I wish you best of luck. ;^)
(Netscape 4.7, UNIX)
--
Arcady Genkin
Don't read everything you believ
m.
>
> Real programmers do "copy con >filename.exe" (well at least in
> dos/windows... :-)
Well, on some other mailing list a while ago the concensus was that
Real Programmers do "cat /dev/audio > filename" and then hiss machine
code into the microphone.
p.s
26 matches
Mail list logo