Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread - Edwin -
On Tue, 25 Nov 2003 17:27:50 -0800 "Roger B.A. Klorese" <[EMAIL PROTECTED]> wrote: > > I'm using the browser but not the email and news client > > so I'm not sure but I just came across this: (Pls. check > > under subheading "Mailing lists".) > > > > > http://www.opera.com/support/tutorials/ope

[PHP] FLAG

2003-11-25 Thread irinchiang
On Tue, Nov 04, 2003 at 03:19:20PM +0800, [EMAIL PROTECTED] wrote: : : Hi calling out to all programmers: : : I heard that there is a term used by most programmers called "FLAG" . : Anyone aware of that?? Its a kinda "Indicator" eg. I have a table with : "YES" column equal to "1" an

Re: [PHP] PHP SESSION DURATION.....

2003-11-25 Thread Justin French
On Wednesday, November 26, 2003, at 03:12 AM, Keith wrote: Hi, How do I go about making a session last longer that the duration of the browser? Say I wanted to make a session last for 1 month, so that I could close the browser as often I wanted, and the session would still be there. I found the

[PHP] PHP+FreeType installation headaches

2003-11-25 Thread Daniel Hansen
I am having a bear of a time getting FreeType compiled into PHP. I have successfully installed the RPM: [EMAIL PROTECTED] rpms]# rpm -U freetype-2.1.3-6.i386.rpm [EMAIL PROTECTED] php-4.3.1]# rpm -q freetype-2.1.3-6 freetype-2.1.3-6 I know I need the "--with-freetype-dir=" argument in configur

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread David T-G
Glenn, et al -- ...and then Glenn E. Sieb said... % % Amusing--I've used Eudora.. I've used Mozilla.. I've used Netscape.. I don't see that behaviour in any of those. So, care to tell us which M$-Windows mail program supports this? I admit that you have me at a disadvantage; I don't use Window

RE: [PHP] User/Pwd Management Package?

2003-11-25 Thread olinux
> I'm looking for this kind of stuff myself too. > patUser seems to have what I > want, except from one important thing - it only > seems to be able to protect > content, not directories or single pages. > > So, if anyone know about a package that also do > dir/file protection, please > let me kno

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread David T-G
Thomas -- ...and then Thomas Svenson said... % % One problem is that people, like you did now, forget to delete the non list % address. That makes me get two mail with the exact same content - one from % the list and another directly to me. That is very irritating. Sorry that I can't be of much

RE: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Nigel Jones
Ok lets put it this way... There is LESS chance that a reply should be directed to X user than to the whole list If I want to CC something to the writer then let me but 99%(all together) of Mailing List Posts are directed to the actual List. Also why do we have to change clients? We have a FREED

RE: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Dan Joseph
Hi, True. But maybe instead of *switching* they can just use *another* mail client for mailing lists? ;) Unfortunately not everyone has this luxury. -Dan Joseph -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Is there a php built-in function to determine the number of dimensions of the array?

2003-11-25 Thread orlandopozo
Hello all mailing list, I am wondering if it exists a PHP built-in function to determine the numbers of dimensions of any type of array (indexed, and associative), thanks for any help, bye. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Parsing a file line by line

2003-11-25 Thread Justin French
On Wednesday, November 26, 2003, at 12:44 PM, Jason Williard wrote: I would like some assistance in creating a script that will parse a file line by line. The file that I need to parse has a designator at the beginning of most lines. I need the script to search for a specific designators (list

Re: [PHP] Parsing a file line by line

2003-11-25 Thread - Edwin -
On Tue, 25 Nov 2003 17:44:09 -0800 "Jason Williard" <[EMAIL PROTECTED]> wrote: ...[snipped]... > Does anyone have any ideas for me? Okay, this is just an idea. Use file() to put everything in an array. http://www.php.net/manual/en/function.file.php Then find a function here that would let y

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread John W. Holmes
Roger B.A. Klorese wrote: To me, preferable -- one copy, the list one, goes into my list folder to be filed away, and the other stays in my inbox so I see discussions I'm participating in without having to read all of the traffic. Preferable for me, also. I have messages sent directly to me colore

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread - Edwin -
On Wed, 26 Nov 2003 01:49:09 - "Thomas Svenson" <[EMAIL PROTECTED]> wrote: > - Edwin - wrote: > > > What's the problem with the "Reply All" button? > > One problem is that people, like you did now, forget to > delete the non list address. Hehe... I did NOT forget--that was deliberate. http

RE: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Roger B.A. Klorese
> One problem is that people, like you did now, forget to > delete the non list > address. That makes me get two mail with the exact same > content - one from > the list and another directly to me. That is very irritating. To you, irritating. To me, preferable -- one copy, the list one, goes in

RE: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Thomas Svenson
- Edwin - wrote: > What's the problem with the "Reply All" button? One problem is that people, like you did now, forget to delete the non list address. That makes me get two mail with the exact same content - one from the list and another directly to me. That is very irritating. /T -- PHP Gene

[PHP] Parsing a file line by line

2003-11-25 Thread Jason Williard
I would like some assistance in creating a script that will parse a file line by line. The file that I need to parse has a designator at the beginning of most lines. I need the script to search for a specific designators (listed in an array) and then send an e-mail with the contents of each line.

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread - Edwin -
On Tue, 25 Nov 2003 15:21:22 -0600 "Jay Blanchard" <[EMAIL PROTECTED]> wrote: > [snip] > If you would stop using M$ Outlook and switch to a better > mail client that supports mailing lists, your problem would > be solved.[/snip] > > As has been said several times, not all can do this. True. But

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread - Edwin -
On Tue, 25 Nov 2003 15:55:15 -0500 "Glenn E. Sieb" <[EMAIL PROTECTED]> wrote: > > From: Eugene Lee [mailto:[EMAIL PROTECTED] > > > > If you would stop using M$ Outlook and switch to a better > > > > mail client that supports mailing lists, your problem > > would be solved. > > Amusing--I've use

RE: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Roger B.A. Klorese
> I'm using the browser but not the email and news client so > I'm not sure but I just came across this: (Pls. check under > subheading "Mailing lists".) > > http://www.opera.com/support/tutorials/opera/m2/folders/?test=pop > And, umm... PHP in Opera looks great. ;) Yes, but: - the IMAP implem

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread - Edwin -
Hi, On Tue, 25 Nov 2003 19:10:12 -0500 "John W. Holmes" <[EMAIL PROTECTED]> wrote: > Adam i Agnieszka Gasiorowski FNORD wrote: > > > Thomas Svenson wrote: > >>>If you would stop using M$ Outlook and switch to a > >better mail client>>that supports mailing lists, your > >problem would be solved.>

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread - Edwin -
On Tue, 25 Nov 2003 22:18:01 - "Thomas Svenson" <[EMAIL PROTECTED]> wrote: ...[snipped]... > I am not demanding this to be changed. These lists are > important enough for me to live with these problems. I > would be very grateful though if the moderator(s) decided > it would be a good idea to

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread - Edwin -
On Wed, 26 Nov 2003 02:51:58 +0900 "Dave G" <[EMAIL PROTECTED]> wrote: > This is, I suppose, a completely off topic thread. > However, I just > read the web page > http://www.unicom.com/pw/reply-to-harmful.html That's great! > and I was completely unconvinced. :( ...[snipped]... > I re

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread John W. Holmes
Adam i Agnieszka Gasiorowski FNORD wrote: Thomas Svenson wrote: If you would stop using M$ Outlook and switch to a better mail client that supports mailing lists, your problem would be solved. I wouldn't mind that at all. What clients do you recommend for WindwosXP? I want a small client (note: I

Re: [PHP] "Bless"ing an object

2003-11-25 Thread Raditha Dissanayake
Hi Wouter, I suspect that the reason that you find bless in perl is because it's OO foundations are not as strong as even that of PHP. Well PHP's OO foundations are weak enough. :-) The specific scenario you have described can IMHO be achieved with the use of serialize / deserialize. Wouter

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Adam i Agnieszka Gasiorowski FNORD
Thomas Svenson wrote: > > If you would stop using M$ Outlook and switch to a better mail client > > that supports mailing lists, your problem would be solved. > > I wouldn't mind that at all. What clients do you recommend for WindwosXP? I > want a small client (note: I have to use Outlook for bu

RE: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Roger B.A. Klorese
> Have you tried other popular mail clients like those from Eudora or even > Netscape/Mozilla? Neither Eudora nor Mozilla support RFC2369 headers. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Eugene Lee
On Tue, Nov 25, 2003 at 10:27:10PM -, Thomas Svenson wrote: : Eugene Lee suggested: : > : > If you would stop using M$ Outlook and switch to a better mail client : > that supports mailing lists, your problem would be solved. : : I wouldn't mind that at all. What clients do you recommend for :

Re: [PHP] Regular expression help

2003-11-25 Thread Curt Zirzow
* Thus wrote Matthias Nothhaft ([EMAIL PROTECTED]): > Hi, > > ^ inside [] means "not the following chars", so your expression means: > > if ($val contains no space " ", no tab "\t" and no newline "\n") { > //do the job ... > } That's not necessarily the correct assesment. rather: if ($va

Re: [PHP] eregi function?

2003-11-25 Thread John W. Holmes
Jas wrote: Not sure how to do this but I have a call to a database which pulls the contents of a table into an array and I need a eregi string which will sift through the contents and put a line break (i.e. \n or ) after each ";", "}" or "{". here is what I have so far... function callback(&$v

Re: [PHP] array problems

2003-11-25 Thread Marek Kilimajer
Curtis Maurand wrote: Hello, consider the following code (content.txt is tab delimited). $city = "Ipswitch"; $content = fopen("content.txt", "r"); $city_found = 0; while (!feof($content) && $city_found == 0) { $my_line = fgets($content, "r"); $content_array = explode("\t",$my_line);

[PHP] Re: eregi function?

2003-11-25 Thread Justin Patrin
Jas wrote: Not sure how to do this but I have a call to a database which pulls the contents of a table into an array and I need a eregi string which will sift through the contents and put a line break (i.e. \n or ) after each ";", "}" or "{". here is what I have so far... while($b = mysql_fet

RE: [PHP] eregi function?

2003-11-25 Thread Chris W. Parker
Jas on Tuesday, November 25, 2003 2:32 PM said: > Not sure how to do this but I have a call to a database which pulls > the contents of a table into an array and I need a eregi string which > will sift through the contents and put a line break (i.e. \n or ) > after e

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread David T-G
Chris, et al -- ...and then Chris W. Parker said... % % Eugene Lee % on Tuesday, November 25, 2003 12:47 PM said: % % > If you would stop using M$ Outlook and switch to a better mail client % > that supports mailing lists, your problem would be solved. % % The pro

[PHP] eregi function?

2003-11-25 Thread Jas
Not sure how to do this but I have a call to a database which pulls the contents of a table into an array and I need a eregi string which will sift through the contents and put a line break (i.e. \n or ) after each ";", "}" or "{". here is what I have so far... while($b = mysql_fetch_array($sq

RE: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Thomas Svenson
> If you would stop using M$ Outlook and switch to a better mail client > that supports mailing lists, your problem would be solved. I wouldn't mind that at all. What clients do you recommend for WindwosXP? I want a small client (note: I have to use Outlook for business purposes, but have the list

RE: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Thomas Svenson
> "It Adds Nothing" is absolutely false. Being able to automatically > respond to the list adds more naturally expected behaviour. > I remain steadfast in my opinion that automatically replying to the > list is a much more natural option. My opinion is that this is a multi person discussion fo

[PHP] "Bless"ing an object

2003-11-25 Thread Wouter van Vliet
Hi Folks I was wondering (mostly because I came across some situations where I need it) if PHP supplies any methods to "bless" an array or object to become some other object. In perl, I can simply do: my $SomeInstance = bless { item => 'value', 'Item2' => 'value2' }, 'SomeObject'; And th

Re: [PHP] Regular expression help

2003-11-25 Thread Ben
That's it! Thank you very much, you have the answer. I wonder why the programmer did not write the following line instead: if (strlen(trim($val))) { // Do the job here } Anyways, you just proved that I did not fix the bug! Now I have to work even more! :-P Thanks "Matthias Nothhaft" <[EMAIL

Re: [PHP] array problems

2003-11-25 Thread Eugene Lee
On Tue, Nov 25, 2003 at 03:45:11PM -0500, Curtis Maurand wrote: : : Hello, : consider the following code (content.txt is tab delimited). : : $city = "Ipswitch"; : $content = fopen("content.txt", "r"); : $city_found = 0; : while (!feof($content) && $city_found == 0) : { : $my_line = fgets(

Re: [PHP] Regular expression help

2003-11-25 Thread CPT John W. Holmes
From: "Bronislav Klučka" <[EMAIL PROTECTED]> > > I need someone to tell me exactly what this regular-expression means: > > if(ereg("[^ \t\n]",$val)) { > > // do the job here > > This condition is true if there is no space, new line or tabulator in $val Actually, the regular expression will mat

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Comex
<[EMAIL PROTECTED]> Dave G: > This is, I suppose, a completely off topic thread. However, I just > read the web page > http://www.unicom.com/pw/reply-to-harmful.html > and I was completely unconvinced. Yes, I do use OE which is completely broken. And no I don't have to. Oh well. I still agree

Re: [PHP] Regular expression help

2003-11-25 Thread Matthias Nothhaft
Hi, ^ inside [] means "not the following chars", so your expression means: if ($val contains no space " ", no tab "\t" and no newline "\n") { //do the job ... } Regards, Matthias Ben wrote: I need someone to tell me exactly what this regular-expression means: if(ereg("[^ \t\n]",$val)) {

RE: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Roger B.A. Klorese
> This is simply impossible. This list is propagated to places other > than the mailing list (ie. news.php.net) So? What negative impact would a Reply-To: header have on a newsgroup? It doesn't affect followups... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:/

Re: [PHP] Regular expression help

2003-11-25 Thread Ben
Thanks Bronislav for your answer but this can't be it as the following test code passes validation: ' . nl2br($val); ?> Anyone has an idea? "Bronislav kluèka" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > This condition is true if there is no space, new line or tabulator in $val >

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Curt Zirzow
* Thus wrote Thomas Svenson ([EMAIL PROTECTED]): > Hi, > > It would be nice if the moderator of this, and the other PHP-lists could fix > so the listserver automatically add a Reply-To header to all the mails. > > When I hit Reply my message would then automatically reply to the list and > not th

RE: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Jay Blanchard
[snip] If you would stop using M$ Outlook and switch to a better mail client that supports mailing lists, your problem would be solved. [/snip] As has been said several times, not all can do this. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.ph

Re: [PHP] $ of variables, php, mysql

2003-11-25 Thread Joffrey Leevy
Hey thanks guys. Problem solved. --- Eugene Lee <[EMAIL PROTECTED]> wrote: > On Tue, Nov 25, 2003 at 11:38:27AM +0100, Marek > Kilimajer wrote: > : Eugene Lee wrote: > : > > : >Try using more variables to make life a little > easier to parse: > : > > : > $colname = $_FORM['form'] > : > $

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Eugene Lee
On Wed, Nov 26, 2003 at 02:51:58AM +0900, Dave G wrote: : : Telling people that they need to use proper email software and go : about things in the way they don't expect is not a path to sensible : human interfaces. Computers, machines, systems, should match us, not : us to them. In any case, de

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Cesar Cordovez
I had the same problem here until, I installed Netscape to handle my personal mail (this list). Works great! Chris: Why don't you give it a try? Chris W. Parker wrote: The problem with your theory is that some of us are in corporate environments where personal email is not allowed and therefore

RE: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Glenn E. Sieb
> From: Eugene Lee [mailto:[EMAIL PROTECTED] > > If you would stop using M$ Outlook and switch to a better > mail client that supports mailing lists, your problem would be solved. Amusing--I've used Eudora.. I've used Mozilla.. I've used Netscape.. I don't see that behaviour in any of those. So

RE: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Chris W. Parker
Eugene Lee on Tuesday, November 25, 2003 12:47 PM said: > If you would stop using M$ Outlook and switch to a better mail client > that supports mailing lists, your problem would be solved. The problem with your theory is that some of us are in corporate environments

[PHP] array problems

2003-11-25 Thread Curtis Maurand
Hello, consider the following code (content.txt is tab delimited). $city = "Ipswitch"; $content = fopen("content.txt", "r"); $city_found = 0; while (!feof($content) && $city_found == 0) { $my_line = fgets($content, "r"); $content_array = explode("\t",$my_line); if ($content_array =

Re: [PHP] $ of variables, php, mysql

2003-11-25 Thread Eugene Lee
On Tue, Nov 25, 2003 at 11:38:27AM +0100, Marek Kilimajer wrote: : Eugene Lee wrote: : > : >Try using more variables to make life a little easier to parse: : > : > $colname = $_FORM['form'] : > $query = "select {$colname} from structure"; : > $result = mysql_query($query); : >

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Eugene Lee
On Tue, Nov 25, 2003 at 04:57:41PM -, Thomas Svenson wrote: : : It would be nice if the moderator of this, and the other PHP-lists : could fix so the listserver automatically add a Reply-To header to all : the mails. : : When I hit Reply my message would then automatically reply to the list :

RE: [PHP] Regular expression help

2003-11-25 Thread Bronislav Klučka
This condition is true if there is no space, new line or tabulator in $val > > I need someone to tell me exactly what this regular-expression means: > if(ereg("[^ \t\n]",$val)) { > // do the job here > } > > I'm looking for an intermittent bug, and I need to understand this to make > sure I hav

Re: [PHP] Intuitive Interfaces

2003-11-25 Thread RT
On Tue, 2003-11-25 at 13:50, Chris Shiflett wrote: [snip] > Some Web sites I have visited think it is helpful to use some client-side > scripting to move the focus from the first text field to the second after > three numbers have been entered. So, when the user hits tab after entering > the first

[PHP] Regular expression help

2003-11-25 Thread Ben
I need someone to tell me exactly what this regular-expression means: if(ereg("[^ \t\n]",$val)) { // do the job here } I'm looking for an intermittent bug, and I need to understand this to make sure I have found the bug. Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscrib

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread RT
On Tue, 2003-11-25 at 11:57, Thomas Svenson wrote: > Hi, > > It would be nice if the moderator of this, and the other PHP-lists could fix > so the listserver automatically add a Reply-To header to all the mails. > > When I hit Reply my message would then automatically reply to the list and > not

RE: [PHP] Intuitive Interfaces

2003-11-25 Thread Johnson, Kirk
Cesar Cordovez wrote: > Chris Shiflett wrote: >> Some Web sites I have visited think it is helpful to use some >> client-side scripting to move the focus from the first text field to >> the second after three numbers have been entered. > > I think this is the worst thing to do. If they are going

[PHP] Re: Detecting Server API (CGI or Apache) at runtime?

2003-11-25 Thread Richard Cyganiak
"Richard Cyganiak" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > is there a way to tell at runtime if PHP is running as an Apache module or > through CGI? Replying to myself ... I found the answer, there's a function php_sapi_name() for this purpose, see http://php.net/p

[PHP] Re: Change Date

2003-11-25 Thread Kim Steinhaug
Is it me or are everyone responding how to give a the date in here? The timestamp is still time() and not date() isnt it? Timestamp works in seconds, so 1 hour is : 60 seconds * 60 minutes. $hour = 60*60; $day = 24*$hour; timestamp for 125 days into the future would then be, $future

Re: [PHP] Passing vars w/refresh w/register globals off?

2003-11-25 Thread Kim Steinhaug
Well first off all it is possible to post and get at the same time. Dont know why you want to, but its kinda easy really : Example : You can submit this form several ways, with ordinary submit button, or with javascrip submit. If you really want to keep serving variables that shouldnt be vis

Re: [PHP] Intuitive Interfaces

2003-11-25 Thread Cesar Cordovez
Chris Shiflett wrote: Some Web sites I have visited think it is helpful to use some client-side scripting to move the focus from the first text field to the second after three numbers have been entered. So, when the user hits tab after entering the first three numbers, the second text field is sk

[PHP] Intuitive Interfaces (was: Add Reply-To to this list(s))

2003-11-25 Thread Chris Shiflett
--- Dave G <[EMAIL PROTECTED]> wrote: > If the over whelming majority of people expect a system to behave > one way, that's not evidence that they are "brain dead", but that > it's very likely the expected behaviour is more natural for people, > and systems should match humans, not vice versa. I w

[PHP] Object aggregation/composition - Experimental..?

2003-11-25 Thread Video Populares et Optimates
Hi! I'm sifting through the possibilities with PHP and naturally one of the first things I searched for was the possibility for OO development. Now, I found chapter LXXII in the PHP manual (file generated Sun Oct 05 02:13:52 2003), but it has quite an ugly warning clause in the top: "Warning Th

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread David T-G
Dave, et al -- ...and then Dave G said... % % This is, I suppose, a completely off topic thread. However, I just It sure is. And this has come up many times before. It's all in the archives. The only reason I bother to answer when the problem rears its head again is to fight, tooth and nail

[PHP] Windows PHP permissions question

2003-11-25 Thread Robin Kopetzky
Good Morning/Afternoon. I have a program that is trying to write to a directory on a Windows server and I don't know how to setup the permissions to read/write/delete just from this directory. I have it permissions set to 'Everyone' but that doesn't work. Help?!?! Robin 'Sparky' Kopetzky Black M

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Gabriel Guzman
On Tuesday 25 November 2003 09:51 am, Dave G wrote: > Telling people that they need to use proper email software and go > about things in the way they don't expect which "they" are you refering to? i expect my reply button to reply to the person who sent the initial message... not everyone

RE: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Dave G
This is, I suppose, a completely off topic thread. However, I just read the web page http://www.unicom.com/pw/reply-to-harmful.html and I was completely unconvinced. In all the years that I have belonged to and run mailing lists, I have never experienced any difficulties. Period. Never. It has be

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread David T-G
Dan, et al -- ...and then Dan Joseph said... % % Hi, Hiya! % % > Much better to just switch to a mail client that understands the ... % % The only problem with that is not everyone has an option to switch clients. Yes, but that subset is very, very small. There is almost always a way

RE: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Dan Joseph
Hi, > Much better to just switch to a mail client that understands the > list headers > in the mail, and supports reply to list. KMail (KDE) and > Squirrelmail (web) > are two that spring to mind. The only problem with that is not everyone has an option to switch clients. However, I thin

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Duncan Hill
Thomas Svenson said: > Hi, > > It would be nice if the moderator of this, and the other PHP-lists could fix > so the listserver automatically add a Reply-To header to all the mails. > > When I hit Reply my message would then automatically reply to the list and > not the author. Less hassle for me w

[PHP] extensions

2003-11-25 Thread Alex Hunsley
I wish to access native functionality in a native library from php. I believe writing a php extension is the way to go about it. (The lib I want to access is sufficiently complex that doing a system call to execute it isn't a viable solution) Can anyone point me to some useful guide? I've found

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread David T-G
Sophie - ...and then Sophie Mattoug said... % % And mly opinion is it's _really_ _very_ useful (I just sent my message % to someone instead of the list! Gr Annoying!) Since it was apparently intended for the list, I'll reply to all what I sent to you: Just because it's done badly som

[PHP] Re: Securing PHP code..

2003-11-25 Thread Peter Clarke
Video Populares Et Optimates wrote: Hi! I'm pondering on a problem here. Being a C/C++, Java and Visual Basic developer, the aspect of reverse engineering code from (compiled) programs, hasn't occupied my mind that much. Now, developing PHP scripts on large scale I have started to think otherwi

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Marek Kilimajer
David T-G wrote: % % When I hit Reply my message would then automatically reply to the list and % not the author. Less hassle for me when replying and less risk of forgetting % it. Much better for you to Do It Right, perhaps including changing to a real mail program. See the archives for the ful

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Chris Shiflett
--- Thomas Svenson <[EMAIL PROTECTED]> wrote: > It would be nice if the moderator of this, and the other PHP-lists > could fix so the listserver automatically add a Reply-To header to > all the mails. > > When I hit Reply my message would then automatically reply to the > list and not the author.

RE: [PHP] Time

2003-11-25 Thread Fernando Melo
Hi, I found the problem. If you change the time zone on your Linux server running Apache and PHP, you need to Stop and then Start Apache else the PHP (or Apache) will still pick up the old time zone. Thanks anyway -Original Message- From: Wouter van Vliet [mailto:[EMAIL PROTECTED] Sen

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Chris Garaffa
On Nov 25, 2003, at 11:57 AM, Thomas Svenson wrote: Hi, It would be nice if the moderator of this, and the other PHP-lists could fix so the listserver automatically add a Reply-To header to all the mails. When I hit Reply my message would then automatically reply to the list and not the author

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread Sophie Mattoug
And mly opinion is it's _really_ _very_ useful (I just sent my message to someone instead of the list! Gr Annoying!) Sophie Mattoug wrote: It's the way we do on [EMAIL PROTECTED], and everything is fine ! David T-G wrote: Thomas -- ...and then Thomas Svenson said... % % Hi, Hi! % % I

Re: [PHP] Add Reply-To to this list(s)

2003-11-25 Thread David T-G
Thomas -- ...and then Thomas Svenson said... % % Hi, Hi! % % It would be nice if the moderator of this, and the other PHP-lists could fix % so the listserver automatically add a Reply-To header to all the mails. No it wouldn't. It would be a Bad Thing. This was just beaten to death [again]

[PHP] Add Reply-To to this list(s)

2003-11-25 Thread Thomas Svenson
Hi, It would be nice if the moderator of this, and the other PHP-lists could fix so the listserver automatically add a Reply-To header to all the mails. When I hit Reply my message would then automatically reply to the list and not the author. Less hassle for me when replying and less risk of for

Re: [PHP] Re: PHP SESSION DURATION.....

2003-11-25 Thread Larry E. Ullman
Correction: I meant to say: Are session variables stored server-side or client-side like cookies? The session data is stored on the server. The session cookie (if there is one) is stored in the browser. How do I go about making a session last longer that the duration of the browser? Set the expi

[PHP] Re: PHP SESSION DURATION.....

2003-11-25 Thread Keith
Correction: I meant to say: Are session variables stored server-side or client-side like cookies? "Keith" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > How do I go about making a session last longer that the duration of the > browser? > Say I wanted to make a session last for

[PHP] PHP SESSION DURATION.....

2003-11-25 Thread Keith
Hi, How do I go about making a session last longer that the duration of the browser? Say I wanted to make a session last for 1 month, so that I could close the browser as often I wanted, and the session would still be there. I found the explanations of the session function on PHP.net quite confusin

[PHP] apache 2.0.47 apache2filter PHP 4.3.4 solaris & linux

2003-11-25 Thread Daniel Sand
hi PHP folks, i have a slight problem on PHP 4.3.4 and apache2filters If i compile the apache2filter support into php all runs through an the module works. BUT ( hehe. this is what i get mad about ^_^ ) You cann put all kind of content in and any php code that is found is getting parsed. BUT

[PHP] Windows Environment Variables

2003-11-25 Thread Rodney Green
Hello, Is PHP able to access and use Windows Environment Variables? If so, is there a function or a reference you can point me to? Thanks, Rod -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] User/Pwd Management Package?

2003-11-25 Thread Thomas Svenson
Hi, > I'm interesting in finding a PHP package that implements functions for > managing user names & passwords & controlling access to specific > parts of a > site. > > Of course, free is best. But cheap is good. And, even not-so-cheap is > fine, as long as it provides good functionality. > > An

Re: [PHP] Locking mysql tables with PHP

2003-11-25 Thread Marek Kilimajer
Wouter van Vliet wrote: I may be wrong here, but doesn't PHP let MySQL retain the locks when you've connected with the mysql_pconnect(); function? (persistent connect, I would expect locks to get released on a disconnect, which usually happens on a page refresh (new mysql_connect() call). That is o

Re: [PHP] line breaks

2003-11-25 Thread Rodney Green
John Nichel wrote: Rodney Green wrote: Actually, I'm not having problems with that. The whitespace is still there in between the commands and arguments, etc. I'm using fgets , not fread. Not sure what the difference between the two is but I'll check it out. The problem I am having however is t

Re: [PHP] line breaks

2003-11-25 Thread John Nichel
Rodney Green wrote: Actually, I'm not having problems with that. The whitespace is still there in between the commands and arguments, etc. I'm using fgets , not fread. Not sure what the difference between the two is but I'll check it out. The problem I am having however is that at the end of th

RE: [PHP] Locking mysql tables with PHP

2003-11-25 Thread Wouter van Vliet
Marek Kilimajer wrote: > Tony Crockford wrote: >> Hi >> >> bit confused! >> >> here's what I want to do: >> >> get a numeric value from a MySQL table, do a calculation, then on >> another PHPpage update the numeric value in the table. >> >> what I don't want is anyone else getting the same numb

Re: [PHP] $$vars and security

2003-11-25 Thread Marek Kilimajer
Chris Shiflett wrote: Yes, that's it. I know this may sound like a huge hassle compared to a nice one-size-fits-all data filtering function, but I personally would never rely on myself to be able to predict all of the different types of attacks that people will come up with. There are many people

Re: [PHP] $$vars and security

2003-11-25 Thread Chris Shiflett
--- Phillip Jackson <[EMAIL PROTECTED]> wrote: > > Personally, I think this is a bad approach, regardless of how > > well it is implemented. I think you will give yourself a false > > sense of security. > > what, then, do you yourself do in such an application requiring a > response from the user

Re: [PHP] line breaks

2003-11-25 Thread Rodney Green
John Nichel wrote: Rodney Green wrote: John Nichel wrote: Chances are, $buffer has the line break on it when you read it in from the text file. Try striping off whitespace before you write... while (!feof ($handle)) { $buffer = rtrim ( fgets($handle, 1000) ); fwrite ($fhandle, "chow

Re: [PHP] line breaks

2003-11-25 Thread John Nichel
Rodney Green wrote: John Nichel wrote: Chances are, $buffer has the line break on it when you read it in from the text file. Try striping off whitespace before you write... while (!feof ($handle)) { $buffer = rtrim ( fgets($handle, 1000) ); fwrite ($fhandle, "chown $buffer:html http:/

Re: [PHP] Problems with a simple page

2003-11-25 Thread Graham Solomon
Jay Blanchard wrote: [snip] Hi php-fans... here's a simple question for you I have this HTML page in WIN (Busqueda.htm) the page contains a textfield (textfield3) and a button (submit1) which calls a php file Buscador.php in a Linux server (RED HAT 8) well, my php file which doesn't read anything

RE: [PHP] Time

2003-11-25 Thread Fernando Melo
I have done all those checks. Thanks for trying though. Anyone else have any suggestions please? :( -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 25 November 2003 16:06 To: [EMAIL PROTECTED] Subject: AW: [PHP] Time Hi Fernando, first try "date" and "date -u"

[PHP] Time

2003-11-25 Thread Fernando Melo
Hi there, I have a RH Linux Web server running apache and PHP. I recently changed the system clock, the time zone and hardware clock. The time and date are showing up correctly in Webmin and in the O/S itself. But when I call a php function to display the date and time it shows it as one h

  1   2   >