[PHP-CVS] cvs: CVSROOT / avail gen_acl_file.m4

2001-01-22 Thread Jim Winstead
jimwMon Jan 22 15:43:37 2001 EDT Modified files: /CVSROOTavail gen_acl_file.m4 Log: give david hedbor access to phpdoc cvs Index: CVSROOT/avail diff -u CVSROOT/avail:1.51 CVSROOT/avail:1.52 --- CVSROOT/avail:1.51 Mon Jan 22 12:31:22 2001 +++

Re: [PHP] What PHP Stands For....

2001-01-22 Thread Rasmus Lerdorf
That is what I have heard as well, "Personal Home page". It has also been come to be known as "People hate perl". Hey now. I'll deny to my grave I ever said that in public. ;) -Rasmus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] Turning off PHP for one directory with apache

2001-01-22 Thread Nold, Mark
- Disclaimer: The information contained in this email is intended only for the use of the person(s) to whom it is addressed and may be confidential or contain legally privileged information. If you are

[PHP-CVS] cvs: php4 /ext/standard credits.c

2001-01-22 Thread Jim Winstead
jimwMon Jan 22 16:50:49 2001 EDT Modified files: /php4/ext/standard credits.c Log: jouni was added as an author of the docs Index: php4/ext/standard/credits.c diff -u php4/ext/standard/credits.c:1.2 php4/ext/standard/credits.c:1.3 ---

RE: [PHP] What PHP Stands For....

2001-01-22 Thread Maxim Maletsky
Rasmus, you are genius! This is one of the coolests postings of yours I ever read in here. I will now know how to talk about that guy who made it and what PHP stands for. I, personally, always knew it but never could explain myself: The replies from my clients on my "well, then maybe we should

[PHP] Re: HTTP_USER_AGENT and preg_match

2001-01-22 Thread John Hinsley
Got it in the end. It should be: snip if ((preg_match("/Mozilla/i", "$agent")) (preg_match("/Gecko/i", "$agent"))) { $result = "You are using Netscape 6 or a later version of Mozilla."; snip But the thought occurs that there must be a site out there somewhere which lists the

RE: [PHP] Function with True / False return

2001-01-22 Thread Maxim Maletsky
is "$HTTP__Host" just a typo? it should be $HTTP_HOST. Cheers, Maxim Maletsky -Original Message- From: Jamie [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 11:41 AM To: PHP Subject: [PHP] Function with True / False return can anyone tell me whats wrong with this function:

RE: [PHP] Turning off PHP for one directory with apache

2001-01-22 Thread Nold, Mark
- Disclaimer: The information contained in this email is intended only for the use of the person(s) to whom it is addressed and may be confidential or contain legally privileged information. If you are

Re: [PHP] What PHP Stands For....

2001-01-22 Thread Fraser MacKenzie
Acthually, it stands for Personal Home Page Frasre On Tue, 23 Jan 2001, Alexander Wagner wrote: Brian White wrote: 'PHP, which stands for "PHP: Hypertext Preprocessor" ...' I frankly don't beleive that "PHP" started life as a recursively defined acronym - I remember reading

Re: [PHP] What PHP Stands For....

2001-01-22 Thread Kurth Bemis
At 10:27 PM 1/22/2001, Fraser MacKenzie wrote: i like people hate perl :-) ~kurth Acthually, it stands for Personal Home Page Frasre On Tue, 23 Jan 2001, Alexander Wagner wrote: Brian White wrote: 'PHP, which stands for "PHP: Hypertext Preprocessor" ...' I frankly don't

Re: [PHP] Need key() equivalent for string variable

2001-01-22 Thread CC Zona
In article 069f01c084ca$1642a320$[EMAIL PROTECTED], [EMAIL PROTECTED] ("Richard Lynch") wrote: I'm trying to pass a string variable to a custom function, echoing its *value on one line, and its *name (that is, its key if this were an array I think you are looking for "variable

RE: [PHP] Help!!! MY ODBC!!!!

2001-01-22 Thread Matt Stone
No idea dude, but I will bring the topic back to the top and some all-knowledgable guru will hopefully help you *hint hint* :) -Original Message- From: Bruno Freire [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 23 January 2001 3:01 AM To: '[EMAIL PROTECTED]' Subject: [PHP] Help!!! MY

RE: [PHP] Turning off PHP for one directory with apache

2001-01-22 Thread Nold, Mark
- Disclaimer: The information contained in this email is intended only for the use of the person(s) to whom it is addressed and may be confidential or contain legally privileged information. If you are

Re: [PHP] Quick Shipping

2001-01-22 Thread David Pieper
"Dave M." wrote: Does anyone have a piece of code that calculates shipping costs in real time, that could easily be placed into an existing e-commerce site? Thanks. Dave M. look at http://www.intershipper.com/ and a PHP class from

php-general Digest 23 Jan 2001 06:33:22 -0000 Issue 471

2001-01-22 Thread php-general-digest-help
php-general Digest 23 Jan 2001 06:33:22 - Issue 471 Topics (messages 36044 through 36143): Re: PHP conventions or classes 36044 by: Paulson, Joseph V. \"Jay\" Re: Netscape caching problem 36045 by: Ernest E Vogelsinger 36062 by: Larry Jaques 36070 by: Larry

[PHP] Profanity Filter?

2001-01-22 Thread Colin Kane
does anyone know where i can find a script that removes profanity and replaces them with a character ()? my boos just came down on me because i told him we already had one, but apparently it doesnt work. thanks, colin -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] What PHP Stands For....

2001-01-22 Thread Richard Lynch
Anyway, I only know what I read - I got to the scene to late to actually know this stuff first hand... hope this helps... and if someone who really was on the scene back then cares to comment/correct me, please do ;) I sort of do. ;) LOL :-) tools for personal home pages, that meaning

[PHP] check null value

2001-01-22 Thread [EMAIL PROTECTED]
If I have one input text box that when it is submitted to next page, I want to check first if it is nothing, then write "na" on next page, else just echo whatever it is, is it correct to do this? if ($fieldname == ""){ $fieldname ="na"; } ... (then come to the html bit below) td?php echo

<    1   2