We did actually hear you the first time, but I'll just assume your not
all that bright.
As far as Im aware you cannot over load functions in php - although
there may be some new functions available ... I suggest you check the
manual.
-Original Message-
From: Kris Vose [mailto:[EMAIL PROT
Check out phpserv.
-Original Message-
From: Barry Smoke [mailto:[EMAIL PROTECTED]]
Sent: 06 May 2002 19:07
To: [EMAIL PROTECTED]
Subject: [PHP] --enabel-pnctl / php sockets
I have recently discovered php's binary capabilities, and am using it to
write a virtual isp management system, s
Try doing "locate php.ini". Your likely to have to copy php.ini.dist to
php.ini if this is your first installation.
Usually you'll find it in /usr/local/etc/ or /usr/local/lib/ depending
on your distro.
- Dan
-Original Message-
From: David McInnis [mailto:[EMAIL PROTECTED]]
Sent: 06 Ma
A simple example might be (unoptimised for clarity):
http://www.myserver.com/someurl/page.php?file=home
v4.1.x
$file = $_GET("file");
// Remove case sensitivity
$file = strtolower($file);
// To stop people including just ANY old file, we are going to use a
switch
// to validate the
Qmail : www.lifewithqmail.org / www.qmail.org / http://cr.yp.to/qmail/
-Original Message-
From: Diana Castillo [mailto:[EMAIL PROTECTED]]
Sent: 05 May 2002 12:17
To: [EMAIL PROTECTED]
Subject: [PHP] Mail server
Does anyone know of a free mail server to install on a linux server
that w
Sent: 05 May 2002 07:44
To: [EMAIL PROTECTED]
Subject: Re: [PHP] RE: SSH
On Sun, 5 May 2002, Insomniac Admin wrote:
> You could use "popen" to open a ssh process and wait to be asked for
> the password etc... Remember to check the RSA key pattern.
My experience, at least with recent
Hi,
> man ssh
Do that, you'll see there is a -c command, and also read up on using RSA
key authentication, so that the password doesn't have to be entered for
that host.
BE WARNED - if you use RSA key auth, then any process under the login
account you specify it for (it will probably have to be
7 matches
Mail list logo