James,
Take a look at hierarchical queries in MS SQl. If I'm not mistaken,
this is part of the SQL 99 standard and is implemented by many SQL 92
compliant database vendors. I know ORACLE and DB2 support it. I'm not sure
if you already have but I would investigate this topic with MS SQL
Don't quote me on this, but I think if you send the user a header saying
he's unauthorized then apache will remove the PHP_AUTH_* information.
Mike
-Original Message-
From: Jochen Kaechelin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 01, 2001 4:30 AM
To: PHP General
Subject: [PHP] Log
Many databases can handle hierarchical SQL statements. For examples
oracle uses "START WITH / connect by".
eg. SELECT level L1, level_id, name
FROM company_level
START WITH level_id=21
CONNECT BY p
I believe there is header called "Content-disposition: filename.pdf" which
is defined in the proper RFC. And as far as I know some browsers don't
respect it. Search the list for it, you should find allot of info.
Mike
-Original Message-
From: Jason Mowat [mailto:[EMAIL PROTECTED]]
Sent
How come no one is subscribing us to any porn lists? Joke!!!
Mike
-Original Message-
From: Chris Anderson [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 06, 2001 5:32 PM
To: Jon Haworth; 'Jeffrey Greer'; [EMAIL PROTECTED]
Subject: Re: [PHP] __ $8/mo php hosting on 24/7, OC3+ web server
O.k. I understand that, now why would HTTP_POST_VARS be set if no data is
posted? Is this desired operation?
Mike
-Original Message-
From: Jeff Carnahan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 04, 2001 2:18 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] BUG - Someone else please
I guess you should have had something along the lines of
... ...
Mike
-Original Message-
From: Geir Eivind Mork [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 05, 2001 4:41 AM
To: Jack Dempsey
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] PHP + IRC
On 05 Apr 2001 03:32:10 -0400, Jack De
Yeah, same here
-Original Message-
From: B. van Ouwerkerk [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 04, 2001 10:44 AM
To: [EMAIL PROTECTED]
Subject: [PHP] stop these solfix.net messages
Hi,
How about these messages from solfix.net What have I done to deserve
these..
Ever
There seems to be a bug in php 4.0.4pl1, would someone please verify
this script below. If you paste this script into a file called bug.php and
you just call it you will see "Http post Vars Set". However you will not
find that variable it in the output of PHPINFO. I tried this under
ph
Hi,
Does anyone know what this (url_rewriter.tags) configuration
directive is?
Mike
--
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 PROTECT
I have a suspcion that it may have to do with your shell interperting the &
character. Try to quote your URL with single quotes ('').
Mike
-Original Message-
From: Michael Kimsal [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 30, 2001 10:41 AM
To: [EMAIL PROTECTED]
Subject: [PHP] PHP SI
Try cURL
http://www.php.net/manual/en/ref.curl.php
You can send anything you want.
Mike
-Original Message-
From: Joseph Bannon [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 02, 2001 5:36 AM
To: [EMAIL PROTECTED]
Subject: [PHP] geocities and php
I notice that geocities does n
I have no money, but is someone willing to provide
php-4.0.3pl1.tar.gz or just anything < 4.0.4pl1 and > 4.0.0. Please just
email if possible.
Mike
-Original Message-
From: Krznaric Michael [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 30, 2001 3:03 PM
To: '
disappeared
Mike
-Original Message-
From: James Moore [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 30, 2001 12:18 PM
To: Krznaric Michael; '[EMAIL PROTECTED]'
Subject: RE: [PHP] PHP SITE REDESIGN - What happened to older source
files?
> I need an older version of PHP becaus
I need an older version of PHP because my pam_auth won't build with
php-4.0.4pl1? With the redesign of the php site, I think they removed older
source files. Can anyone confirm this, or does anyone know where I can get
php-4.0.0 - 4.0.4 source files?
Mike
--
PHP General Mailing List (
To get this done I would use an Expect script, driven through CGI.
Mike
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 29, 2001 9:22 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Tough One
Hi,
Ok I have a real tough one here (well to me it is :-
So tell us?
Mike
-Original Message-
From: Jesper Blomstrm [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 19, 2001 4:51 PM
To: [EMAIL PROTECTED]
Subject: SV: [PHP] PHP vs Servlet
I found out how to do it.
Thx anyway
/ J
Jesper Blomström <[EMAIL PROTECTED]> skrev i
diskussionsgruppsme
-Original Message-
From: Krznaric Michael
Sent: Monday, March 12, 2001 12:29 PM
To: 'Jens Kisters'
Subject: RE: [PHP] Classes and Kernel CPU Load?
I don't know much about OS design, but I may want to check out how long the
context switches are taking. That could be
If I'm not mistaken, the big boys keep an eye out over here.
Mike
-Original Message-
From: Rick St Jean [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 09, 2001 4:54 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Advanced PHP
Does anyone know of any other lists that are a little more advanced
OK now I'm pissed. I consider myself to be an above average
programmer with extensive skill in PHP (amongst other things).
NOW... I am not going to go jumping through hoops just because some
ignorant/illiterate HR Recruiter/IS Head thinks that if you're not PHP
certified by som
Hi,
O.k. this is of the top of my head, but you should get the point.
For more info refer to
http://www.php.net/manual/en/function.substr.php .
What you're doing is extracting the first 12 number and adding "" to the
end of that string. Hope it helps.
Mike
-Original Messa
Try this, it works for me.
Mike
if(!isset($PHP_AUTH_USER)) {
Header("WWW-Authenticate: Basic realm=\"User Database\"");
Header("HTTP/1.0 401 Unauthorized");
echo "ERRORYou must enter a correct username and password
in order to proceed\n";
exit;
}
else {
Yes, try lib cURL it supports authentification and even SSL.
http://www.php.net/manual/en/ref.curl.php
Mike
-Original Message-
From: Marius David [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 23, 2001 5:33 PM
To: [EMAIL PROTECTED]
Subject: [PHP] php and apache protected directories
Hi,
I had the same problem. It appears that the new version of PHP
4.0.4+ does not compile this module properly. However if you go down to PHP
4.0.3 or less everything works great. So something changed in the build
process and I have no idea what. Maybe if we're lucky we'll get someon
I was about to buy a server from Alabanza. Am I ever glad I didn't. The
only thing impressive about them is their connection. And for all I know
they could be lying about that, as well.
Mike
-Original Message-
From: Thomas Deliduka [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 20
Hi,
There certain common issues that arise with many beginners. Take a
look at this article http://www.wdvl.com/Authoring/Languages/PHP/Debugging/
. At the end of this article is a check list of a few things to consider
when everything doesn't go exactly right.
Mike
-Original Mess
I have over 6 years programming experience, almost 3 include PHP. I
also have sound database knowledge. Where is the best place to find PHP
consulting work?
Mike
-Original Message-
From: Jonathan Sharp [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 31, 2001 9:26 PM
To: Phil
You need to be a little more specific about DB and problem type.
You may have to commit the transaction if commit is not implict (ex Oracle).
There could be many resons including your SQL statement.
Mike
-Original Message-
From: Kurth Bemis [mailto:[EMAIL PROTECTED]]
Sent: Friday
You may have to declare PHP_SELF as global. Take a look at
http://www.php.net/manual/en/language.variables.scope.php
Mike
-Original Message-
From: Larry Hotchkiss [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 23, 2001 12:21 PM
To: [EMAIL PROTECTED]
Subject: [PHP] PHP_SELF - silly q
What's the syntax to turn on magic_quotes_gpc in .htaccess?
Mike
-Original Message-
From: Ignacio Vazquez-Abrams [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 16, 2001 12:24 PM
To: Kevin Cawthorne
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] PHPLIB and PHPMyAdmin
On Tue, 16 Jan 2001, K
How can you control 'magic quotes' with .htaccess? I thought this
is a php.ini command?
I kind of have the same problem. My web host has magic quotes off and I
would like to use phpMyAdmin. Is it possible to turn them on without
accesing the ini file?
Mike
-Original Message---
31 matches
Mail list logo