RE: [PHP] Recursive SQL Queries: Web Directory Categories

2001-05-08 Thread Krznaric Michael
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

RE: [PHP] Logout Problem auf .htaccess-Login

2001-05-01 Thread Krznaric Michael
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]

RE: [PHP] Recursive Childs

2001-04-26 Thread Krznaric Michael
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

RE: [PHP] passthru Problems

2001-04-12 Thread Krznaric Michael
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]]

RE: [PHP] __ $8/mo php hosting on 24/7, OC3+ web server ___

2001-04-10 Thread Krznaric Michael
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

RE: [PHP] PHP + IRC

2001-04-05 Thread Krznaric Michael
I guess you should have had something along the lines of JOKE ... ... /JOKE 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

RE: [PHP] BUG - Someone else please verify B4 I file

2001-04-05 Thread Krznaric Michael
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

[PHP] BUG - Someone else please verify B4 I file

2001-04-04 Thread Krznaric Michael
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

RE: [PHP] stop these solfix.net messages

2001-04-04 Thread Krznaric Michael
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..

[PHP] url_rewriter.tags what's this config directive for?

2001-04-03 Thread Krznaric Michael
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

RE: [PHP] geocities and php

2001-04-02 Thread Krznaric Michael
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

RE: [PHP] PHP SITE SUGGESTION

2001-04-02 Thread Krznaric Michael
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

[PHP] PHP SITE REDESIGN - What happened to older source files?

2001-03-30 Thread Krznaric Michael
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

RE: [PHP] PHP SITE REDESIGN - What happened to older source files?

2001-03-30 Thread Krznaric Michael
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 because my pam_auth

[PHP] Paying BIG e-dollars for older php source!!!

2001-03-30 Thread Krznaric Michael
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: 'James Moore'; '[EMAIL

RE: [PHP] Tough One

2001-03-29 Thread Krznaric Michael
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

RE: [PHP] PHP vs Servlet

2001-03-24 Thread Krznaric Michael
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 Blomstrm [EMAIL PROTECTED] skrev i

FW: [PHP] Classes and Kernel CPU Load?

2001-03-12 Thread Krznaric Michael
-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 an issue? Mike

RE: [PHP] Advanced PHP

2001-03-09 Thread Krznaric Michael
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

RE: [PHP] Developer certifications

2001-03-08 Thread Krznaric Michael
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

RE: [PHP] Replace last 4 of 16 with ****

2001-03-02 Thread Krznaric Michael
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 . ? $CC_Number=5602232659988123; $rest = substr ($CC_Number, 0, 11).""; print "Your credit card number is $CC_Number"; ? What you're

RE: [PHP] User Authentication

2001-02-27 Thread Krznaric Michael
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 "H1ERROR/H1You must enter a correct username and password in order to proceed\n"; exit; }

RE: [PHP] php and apache protected directories

2001-02-26 Thread Krznaric Michael
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

RE: [PHP] Terrible Hosting Experience

2001-02-20 Thread Krznaric Michael
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

RE: [PHP] Pricing for PHP programming???

2001-02-01 Thread Krznaric Michael
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:

RE: [PHP] PHP_SELF - silly question

2001-01-23 Thread Krznaric Michael
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

RE: [PHP] PHPLIB and PHPMyAdmin

2001-01-16 Thread Krznaric Michael
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