Re: [PHP] FAQ: replace first instance (couldn't find in archive)

2005-07-28 Thread Al
Dotan Cohen wrote: On 7/28/05, Jochem Maas <[EMAIL PROTECTED]> wrote: Dotan, now _I'm_ sending _you_ multiple copies (last one didn't go to the list by mistake!) php -r ' echo preg_replace("#the#","a","Then the big bear ate the little cat in the north of the woods.",1), "\n"; ' Wow! It wa

Re: [PHP] FAQ: replace first instance (couldn't find in archive)

2005-07-28 Thread Dotan Cohen
On 7/28/05, Jochem Maas <[EMAIL PROTECTED]> wrote: > the hash signs are regexp delimiters - you don't ness. need to use hash signs, > normally I either use # or / . > > some of the examples here http://nl2.php.net/preg_replace use @ > > in short read this (like 10 times :-): > http://nl2.php.net/

Re: [PHP] FAQ: replace first instance (couldn't find in archive)

2005-07-28 Thread Jochem Maas
Dotan Cohen wrote: On 7/28/05, Jochem Maas <[EMAIL PROTECTED]> wrote: Dotan, now _I'm_ sending _you_ multiple copies (last one didn't go to the list by mistake!) php -r ' echo preg_replace("#the#","a","Then the big bear ate the little cat in the north of the woods.",1), "\n"; ' Wow! It wa

Re: [PHP] FAQ: replace first instance (couldn't find in archive)

2005-07-28 Thread Dotan Cohen
On 7/28/05, Jochem Maas <[EMAIL PROTECTED]> wrote: > Dotan, > now _I'm_ sending _you_ multiple copies (last one didn't go to the list by > mistake!) > > php -r ' > echo preg_replace("#the#","a","Then the big bear ate the little cat in the > north of the woods.",1), "\n"; > ' Wow! It was those h

Re: [PHP] FAQ: replace first instance (couldn't find in archive)

2005-07-28 Thread Jochem Maas
Dotan, now _I'm_ sending _you_ multiple copies (last one didn't go to the list by mistake!) Dotan Cohen wrote: I've seen this discussed before, but no solution seems to have ever been suggested. I'd like to replace the first instance of a substring in a string. So if we were to replace the firs

[PHP] FAQ: replace first instance (couldn't find in archive)

2005-07-28 Thread Dotan Cohen
I've seen this discussed before, but no solution seems to have ever been suggested. I'd like to replace the first instance of a substring in a string. So if we were to replace the first 'the' with 'a' in the sentance "Then the big bear ate the little cat in the north of the woods." we would have: "

Re: [PHP] FAQ in PHP

2003-09-15 Thread Raditha Dissanayake
Is this part of the 'mailing lists :: guess the missing paragraph' competition? Suresh Babu.A [Support] wrote: Hi Team, How to track a posting in a faq using mysql. Thanks in advance. Suresh A. -- Raditha Dissanayake -- http://www.ra

[PHP] FAQ in PHP

2003-09-15 Thread Suresh Babu.A [Support]
Hi Team, How to track a posting in a faq using mysql. Thanks in advance. Suresh A. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] FAQ a good idea?

2002-11-22 Thread Justin French
Ahhh -- now i get ya!! Many thanks! Justin French http://Indent.com.au Web Development & Graphic Design it's right now :P -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] FAQ a good idea?

2002-11-22 Thread Vincent Vandemeulebrouck
> An about register globals post bi-weekly would eliminate tons of questions I > reckon. But maxim is also right. People should find their own info and a faq > could dominate the group... The fact you must call session_start before sending anything to the browser is another FAQ that would help.

Re: [PHP] FAQ a good idea?

2002-11-22 Thread Noodle Snacks
; -Original Message- > From: Maxim Maletsky [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 22, 2002 6:53 AM > To: Noodle Snacks > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] FAQ a good idea? > > > there is a bunch of info everywhere on the web. One should hav

RE: [PHP] FAQ a good idea?

2002-11-22 Thread Clint Tredway
: Friday, November 22, 2002 6:53 AM To: Noodle Snacks Cc: [EMAIL PROTECTED] Subject: Re: [PHP] FAQ a good idea? there is a bunch of info everywhere on the web. One should have better means to find these, but at the end, that is what others do here - answer questions :) I don't think this will

Re: [PHP] FAQ a good idea?

2002-11-22 Thread Maxim Maletsky
there is a bunch of info everywhere on the web. One should have better means to find these, but at the end, that is what others do here - answer questions :) I don't think this will ever happen -- Maxim Maletsky [EMAIL PROTECTED] "Noodle Snacks" <[EMAIL PROTECTED]> wrote... : > I think this

Re: [PHP] FAQ a good idea?

2002-11-22 Thread Justin French
on 22/11/02 8:14 PM, Noodle Snacks ([EMAIL PROTECTED]) wrote: > I think this group should have a regularly posted faq that outlines common > problems such as register globals. This has been discussed many times too :) Last plan was to have it auto-posted to the subscriber when they sign up, plus

[PHP] FAQ a good idea?

2002-11-22 Thread Noodle Snacks
I think this group should have a regularly posted faq that outlines common problems such as register globals. I would be glad to help write it etc if anyone else would like an input. I wrote this in response to the millions of register global questions and the message with the subject "Be Nice to

Re: FW: [PHP] PHP FAQ (again)

2002-04-03 Thread olinux
I delete everything that doesn't include the topic of the question in the subject line. Stop replying and they'll learn how to address an email or search the manual/google. olinux --- Christoph Starkmann <[EMAIL PROTECTED]> wrote: > > Hi Ray! > > > I am in total agreement with Justin on this

[PHP] PHP FAQ (again) -- solutions?

2002-04-03 Thread Justin French
Hi all, This has been an interesting thread to read this morning. I think we are clouding a few issues here, so if I may, I'd like to do a bit of a summary. Whilst I think that a general, searchable, web based FAQ (list of frequently asked questions, with code snippet answers) contributed to

Re: [PHP] PHP FAQ (again)

2002-04-03 Thread Justin French
Exactly! The CSV file I attached to the original post is a pretty good example of a list FAQ. I'll have a go at it soon, and offer it up for modification, since I know that i'm not "guru" enough to get it all right :) Justin French on 04/04/02 8:01 AM, Miguel Cruz ([EMAIL PROTECTED]) wrote:

Re: [PHP] PHP FAQ (again)

2002-04-03 Thread Philip Olson
I find php.faqts.com very useful. Anyone can edit/add questions/answers anytime, don't hesitate to do so. Also, searching the various mailing lists is very good too. Regarding how to post and ask a question, try: What are some ways to get PHP support? http://www.faqts.com/knowledge_base/v

Re: [PHP] PHP FAQ (again)

2002-04-03 Thread Miguel Cruz
On Wed, 3 Apr 2002, Jason Lotito wrote: > Just for reference, there is www.alt-php-faq.org as well as > www.devnetwork.net the home of the PHP Developer's Network > > We might be able to work something out in providing assistance to this > effort. Definitely. But a mailing list FAQ is a differen

Re: [PHP] PHP FAQ (again)

2002-04-03 Thread Jason Lotito
etwork.net - Original Message - From: "Maxim Maletsky" <[EMAIL PROTECTED]> To: "'Christoph Starkmann'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, April 03, 2002 3:28 PM Subject: RE: [PHP] PHP FAQ (again) > Would be very nice. > >

RE: [PHP] PHP FAQ (again)

2002-04-03 Thread Maxim Maletsky
EMAIL PROTECTED] www.phpbeginner.com > -Original Message- > From: Christoph Starkmann [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 03, 2002 4:15 PM > To: '[EMAIL PROTECTED]' > Subject: FW: [PHP] PHP FAQ (again) > > > Hi Ray! > > > I a

Re: [PHP] FAQ (again) ... we have a plan!

2002-04-03 Thread heinisch
At 03.04.2002 12:08, you wrote: >I'm getting a bit interested in this; here's how I >suggest we proceed. >+ introduction to php.net > charter - the purpose of this newsgroup > posting guidelines and etiquette > be specific > be terse > descriptive subject > include exact er

RE: [PHP] PHP FAQ (again)

2002-04-03 Thread Kevin Stone
keep the channel of information open for those who need legitimate help. We are not here to shun newbies or act like elitists. -Kevin -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 11:31 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] PHP FAQ

Re: [PHP] PHP FAQ (again)

2002-04-03 Thread Jason Wong
On Wednesday 03 April 2002 22:06, Hunter, Ray wrote: > I am in total agreement with Justin on this one. Many of the posters use > "need help", "newbie needs help" , I have given up on even reading posts without a meaningful subject. They go straight into the trash can. > etc. We need to hav

Re: [PHP] PHP FAQ (again)

2002-04-03 Thread Miguel Cruz
On Wed, 3 Apr 2002, Andrew Brampton wrote: > So unless the FAQ was placed infront of them when signing up to this list > (if they actually sign up), then it might not get the results you expect. The first time you post to comp.lang.perl.misc, a daemon picks up your address, checks it against a d

RE: [PHP] PHP FAQ (again) ... we have a plan!

2002-04-03 Thread Brian Drexler
I like the looks of it, if there's anything I can do just ask -Original Message- From: Hugh Bothwell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 12:09 PM To: [EMAIL PROTECTED] Subject: [PHP] PHP FAQ (again) ... we have a plan! I'm getting a bit interest

[PHP] PHP FAQ (again) ... we have a plan!

2002-04-03 Thread Hugh Bothwell
I'm getting a bit interested in this; here's how I suggest we proceed. First, we have to agree on the scope of the project. I suggest a small number of FAQs directed at specific subjects (rather than one 5000-line monster); my suggested breakdown follows below. Second, I suggest storing these pe

FW: [PHP] PHP FAQ (again)

2002-04-03 Thread Christoph Starkmann
Hi Ray! > I am in total agreement with Justin on this one. Many of the > posters use > "need help", "newbie needs help" , etc. We need to have > some form of FAQ > with detailed instructions on how to post so that I do not > have to ask; There are so many ressources on the web on how to p

Re: [PHP] PHP FAQ (again)

2002-04-03 Thread DL Neil
Justin, > I think this is a good idea, but it looks to be more of a searchable FAQ, > which will highly detailed... I'm really thinking of a medium-length email > introduction to the group (as per my attachment) which hopefulyl cleans up > the group a bit. > > Your resource could be fantastic, an

[PHP] Re: PHP FAQ (again)

2002-04-03 Thread Miles Thompson
Hugh, No need - if you wouldn't mind, just post this list each day, along with the header "PHP FAQs -Check here first!" Miles At 10:17 AM 4/3/2002 -0500, Hugh Bothwell wrote: >"Justin French" <[EMAIL PROTECTED]> wrote in message >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I saw this mentio

[PHP] Re: PHP FAQ (again)

2002-04-03 Thread Hugh Bothwell
"Justin French" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I saw this mentioned a few times recently, but I'd really like to put out > the call again. > > This group needs an FAQ *specific to this list* which helps new members / > posters integrate seamless

Re: [PHP] PHP FAQ (again)

2002-04-03 Thread Justin French
though it will be a great asset to the community. Justin French on 04/04/02 1:28 AM, J. Scott Johnson ([EMAIL PROTECTED]) wrote: > Justin, > > Here's the data I was planning to capture for the FAQ. Please let me know > if there are any fields I'm missing and I'

Re: [PHP] PHP FAQ (again)

2002-04-03 Thread Nick Winfield
On Wed, 3 Apr 2002, Justin French wrote: > When I first joined this group, I too was unaware of what was considered a > "good post" (and perhaps still, I don't know!!), but some form of welcome > email when people join the group, or a reminder email sent weekly which > "keeps the peace" on this

RE: [PHP] PHP FAQ (again)

2002-04-03 Thread Hunter, Ray
neer ENTERASYS NETWORKS > -Original Message- > From: Andrew Brampton [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 03, 2002 7:04 AM > To: php > Subject: Re: [PHP] PHP FAQ (again) > > > Small flaw in this. The new user would have to actually go > and

RE: [PHP] PHP FAQ (again)

2002-04-03 Thread Hunter, Ray
Sent: Wednesday, April 03, 2002 5:58 AM > To: php > Subject: [PHP] PHP FAQ (again) > > > I saw this mentioned a few times recently, but I'd really > like to put out the call again. > > This group needs an FAQ *specific to this list* which helps > new members

Re: [PHP] PHP FAQ (again)

2002-04-03 Thread Andrew Brampton
[EMAIL PROTECTED]> Sent: Wednesday, April 03, 2002 1:57 PM Subject: [PHP] PHP FAQ (again) > I saw this mentioned a few times recently, but I'd really like to put out > the call again. > > This group needs an FAQ *specific to this list* which helps new members / > posters integr

[PHP] PHP FAQ (again)

2002-04-03 Thread Justin French
I saw this mentioned a few times recently, but I'd really like to put out the call again. This group needs an FAQ *specific to this list* which helps new members / posters integrate seamlessly... really, I'm sick of seeing non specific subject lines like "please help", and I'm sure we're all sick

RE: [PHP] FAQ

2002-03-22 Thread Demitrious S. Kelly
lto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 2:40 PM To: 'Kevin Stone'; [EMAIL PROTECTED] Subject: RE: [PHP] FAQ Hi, New poster, no need to flame unnecessarily... Following up on James' original posting, I took 2000 or so message headers from the archive and extracted (Perl, s

RE: [PHP] FAQ

2002-03-22 Thread J. Scott Johnson
fuzzygroup -Original Message- From: Kevin Stone [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 5:24 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] FAQ Too often novices are expected to know how to find this information by mental telepathy because they either don't know the

RE: [PHP] FAQ

2002-03-22 Thread Kevin Stone
: PHP List Subject: Re: [PHP] FAQ The PHP FAQ isn't really specific when it comes to most problems. The 'code' section has like 10 questions, the rest of the FAQ is mainly how to download/compile, what do these PHP errors mean, migration, etc. A FAQ that had answers to questions that p

Re: [PHP] FAQ

2002-03-22 Thread Rasmus Lerdorf
So add it those. On Fri, 22 Mar 2002, James Taylor wrote: > The PHP FAQ isn't really specific when it comes to most problems. The 'code' > section has like 10 questions, the rest of the FAQ is mainly how to > download/compile, what do these PHP errors mean, migration

Re: [PHP] FAQ

2002-03-22 Thread James Taylor
The PHP FAQ isn't really specific when it comes to most problems. The 'code' section has like 10 questions, the rest of the FAQ is mainly how to download/compile, what do these PHP errors mean, migration, etc. A FAQ that had answers to questions that people ask on this lis

Re: [PHP] FAQ

2002-03-22 Thread Rasmus Lerdorf
I just don't see what the difference is. This is a PHP mailing list which supposedly gets questions about PHP. Why would the PHP FAQ not be the right place for this? -Rasmus On Fri, 22 Mar 2002, James Taylor wrote: > You are correct sir. The purpose of the FAQ would be so that, lik

Re: [PHP] FAQ

2002-03-22 Thread John Fishworld
nt: Friday, March 22, 2002 2:30 PM > > To: [EMAIL PROTECTED] > > Subject: [PHP] FAQ > > > > Has anyone given any thought to possibly maintaining a FAQ > > containing the answers to the most commonly asked PHP questions on this > > list? I notice > > duplicates

RE: [PHP] FAQ

2002-03-22 Thread Robert V. Zwink
This one has been around for awhile, though I don't think its "official". php.faqts.com Robert Zwink http://www.zwink.net/daid.php -Original Message- From: James Taylor [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 2:30 PM To: [EMAIL PROTECTED] Subject: [PHP] F

RE: [PHP] FAQ

2002-03-22 Thread Brian Drexler
To: [EMAIL PROTECTED] Cc: PHP List Subject: Re: [PHP] FAQ You are correct sir. The purpose of the FAQ would be so that, like I said, similar questions that pop up say, once a week, could be answered in the FAQ instead of on the list - That way I won't get 300 messages a day :) On Friday 22

RE: [PHP] FAQ

2002-03-22 Thread Matt Schroebel
I've been working on that at http://www.php-faq.com/ Want to help? > -Original Message- > From: James Taylor [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 22, 2002 2:30 PM > To: [EMAIL PROTECTED] > Subject: [PHP] FAQ > > Has anyone given any thought to

Re: [PHP] FAQ

2002-03-22 Thread James Taylor
mus just said, I think that you are saying a PHP Mailing > List faq based on the q's that the mailing list gets, not the general PHP > faq. > > Scott > > -Original Message- > From: James Taylor [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 22, 2002 2:30 PM &g

Re: [PHP] FAQ

2002-03-22 Thread Rasmus Lerdorf
That's a FAQ (did you try the obvious? http://php.net/faq) On Fri, 22 Mar 2002, James Taylor wrote: > Has anyone given any thought to possibly maintaining a FAQ containing the > answers to the most commonly asked PHP questions on this list? I notice > duplicates roll through every couple of da

[PHP] FAQ

2002-03-22 Thread James Taylor
Has anyone given any thought to possibly maintaining a FAQ containing the answers to the most commonly asked PHP questions on this list? I notice duplicates roll through every couple of days, and it would probably be a really nice PHP resource. Or, does one already exist? Ha. -- PHP General

[PHP] FAQ

2001-08-01 Thread Marius Andreiana
Can someone make a FAQ for this list? Every month there are questions about php editors, books... They don't even bother to search the arhives before asking. -- Marius Andreiana -- You don't have to go to jail for helping your neighbour http://www.gnu.org/philosophy/ -- PHP General Mailing Li

RE: [PHP] FAQ

2001-07-31 Thread Philip Olson
A PHP faq resource : http://php.faqts.com/ Regarding an "official" faq, searching the archives works pretty well. Here's a great place to start (one of many places php-general is archived) : http://marc.theaimsgroup.com/?l=php-general Or actually, google archives eve

RE: [PHP] FAQ - was "Attitude of B van Ouwerkerk"

2001-07-31 Thread JR
age- From: scott [gts] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 2:14 PM To: php Subject: RE: [PHP] FAQ - was "Attitude of B van Ouwerkerk" An actual "Question and Answer" FAQ is probably not necessary, since there are so many other good information resources out

RE: [PHP] FAQ - was "Attitude of B van Ouwerkerk"

2001-07-31 Thread scott [gts]
An actual "Question and Answer" FAQ is probably not necessary, since there are so many other good information resources out there already, but what seems to be necessary is to provide newbies with a current list of some really good PHP-related sites. (like http://php.net/function -- i use it ever

RE: [PHP] FAQ...was - Attitude of B van Ouwerkerk

2001-07-31 Thread Jeff Lewis
I'd be happy to host one but I imagine there is one already for the list? Jeff > -Original Message- > From: mike cullerton [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 31, 2001 3:08 PM > To: php > Subject: Re: [PHP] Attitude of B van Ouwerkerk > > > on 7/31/01 12:37 PM, scott [gts] a

RE: [PHP] FAQ

2001-03-19 Thread Robert V. Zwink
There is a well maintained site whose purpose is to answer/archive frequently asked questions: http://php.faqts.com Robert Zwink -Original Message- From: Rick St Jean [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 15, 2001 12:05 PM To: [EMAIL PROTECTED] Subject: [PHP] FAQ It is

Re: [PHP] FAQ

2001-03-16 Thread Nik Gare
In article <[EMAIL PROTECTED]>, Rick St Jean <[EMAIL PROTECTED]> wrote: > The problem is that people are lazy or just to stupid to look for > stuff. I guess people are either too lazy or just too stupid to learn how to quote in emails. ;-) > I guess I am frustrated because all the lists I a

RE: [PHP] FAQ

2001-03-16 Thread Keith Vance
I agree with everything you have said. I just don't think there is a good way to get people from asking these types of questions, without someone sitting there reading every message and filtering them according to topic. We are stuck with a high-volume list where lots of newbies come to ask us que

Re: [PHP] FAQ - Newbie perspective

2001-03-16 Thread Christian Reiniger
On Friday 16 March 2001 08:09, you wrote: > I recently asked a pretty simple question on this list ("Finding the > depth"). I could have found out the answer to it in about 10-15 minutes > on my own, thanks to my experience with programming. Still, I posted > the question to this list. Why? > > W

Re: [PHP] FAQ

2001-03-16 Thread Christian Reiniger
On Thursday 15 March 2001 17:22, you wrote: > people wouldnt use an FAQ, when you see three people ask the exact same > question on one single day, you know they dont read the other post, or > care. if they wont read the posts on the same day they wont read an > FAQ, they keep posting. Yep. But i

RE: [PHP] FAQ - Newbie perspective

2001-03-15 Thread Jason Lotito
> Hi, > > I don't want to argue about anything, just point out something > that occurred > to me. > > First of all, I am a newbie as far as PHP is concerned, though I am more > than comfortable with programming. > > I recently asked a pretty simple question on this list ("Finding the > depth"). I

Re: [PHP] FAQ - Newbie perspective

2001-03-15 Thread Harshdeep S Jawanda
Hi, I don't want to argue about anything, just point out something that occurred to me. First of all, I am a newbie as far as PHP is concerned, though I am more than comfortable with programming. I recently asked a pretty simple question on this list ("Finding the depth"). I could have found ou

RE: [PHP] FAQ

2001-03-15 Thread Michael Talbot-Wilson
Ye 2001-03-15 20:11 -0800, Jason Lotito skribis: (someone) > > How many times are people going to complain about no-brainer questions > > being posted to the list. The fact of the matter is people are going to > > post things on the list without reading the manual or the FAQ. It goes > > with the

RE: [PHP] FAQ

2001-03-15 Thread Jason Lotito
> How many times are people going to complain about no-brainer questions > being posted to the list. The fact of the matter is people are going to > post things on the list without reading the manual or the FAQ. It goes > with the territory. It annoys me too, but there is no good solution for > th

Re: [PHP] FAQ

2001-03-15 Thread Tobias Talltorp
Just something I notices... At the bottom of the page there is a link to the mailing list (well, not directly to the list, but anywho): PHP General Mailing List (http://www.php.net/) Why not add this aswell: Before posting, check the PHP Generall Mailing List Archive (http://marc.theaimsgroup.com

Re: [PHP] FAQ

2001-03-15 Thread Keith Vance
How many times are people going to complain about no-brainer questions being posted to the list. The fact of the matter is people are going to post things on the list without reading the manual or the FAQ. It goes with the territory. It annoys me too, but there is no good solution for the problem.

Re: [PHP] FAQ

2001-03-15 Thread David Robley
On Fri, 16 Mar 2001 03:34, Rick St Jean wrote: > It is there a list of most frequently asked questions? > It seems that people ask the same questions, again and again, > they do not READ THE MANUAL. Yes I have asked 2 stupid > questions, but I really did search and I am reading my manuals, > the

Re: [PHP] FAQ Ignor if you are tired of this.

2001-03-15 Thread Lars Falsig
ing hours one something a Pro would do in 5 secs!!! > > > >If the mailinglists wasn't ment to be a "help-Your-friends-forum" what are > >they then? > > > >The problem with the manual is, that it is VERY hard to understand correct > >for a newbee. For

Re: [PHP] FAQ Ignor if you are tired of this.

2001-03-15 Thread Rick St Jean
hey then? > >The problem with the manual is, that it is VERY hard to understand correct >for a newbee. For a little experienced developer it's no problem. But the >rest of us?? > > > >- Original Message ----- >From: "Rick St Jean" <[EMAIL PROTECTED

Re: [PHP] FAQ

2001-03-15 Thread eschmid+sic
On Thu, Mar 15, 2001 at 01:40:43PM -0500, Rick St Jean wrote: > READ THE MANUAL BEFORE POSTING!! > READ THE MANUAL BEFORE POSTING!! > READ THE MANUAL BEFORE POSTING!! > if you are confused about this... READ THE MANUAL BEFORE POSTING!! Which manual? BTW your posting looks like yo

Re: [PHP] FAQ

2001-03-15 Thread Christopher Allen
This is _and_ was _and_ ever shall be the state of mailing lists that help people. In the years that I have been on mailing lists, I have never seen a high volume list that wasnt filled with request after request for common knowledge. The problem is not stopping people from asking the same manual

Re: [PHP] FAQ

2001-03-15 Thread Rick St Jean
y. A list member out there >just might know _exactly_ what you need to solve your problem. > >mal > >-Original Message----- >From: RBL [mailto:[EMAIL PROTECTED]] >Sent: 15 March 2001 17:17 >To: Rick St Jean; [EMAIL PROTECTED] >Subject: Re: [PHP] FAQ > > >on 3/15/0

Re: [PHP] FAQ

2001-03-15 Thread Chris Lee
7; question this list gets proves the a faq can not be expected to know the right way to answer a query. A list member out there just might know _exactly_ what you need to solve your problem. mal -Original Message- From: RBL [mailto:[EMAIL PROTECTED]] Sent: 15 March 2001 17:17 To: Rick St Je

Re: [PHP] FAQ

2001-03-15 Thread Rick St Jean
Cool idea, I am going to add that to the spec for the mailing list program we are working on. it is relatively simple if you put it there when you are planning the app. At 09:17 AM 3/15/01 -0800, RBL wrote: >on 3/15/01 9:04 AM, Rick St Jean at [EMAIL PROTECTED] wrote: > > > Also I would like to

RE: [PHP] FAQ

2001-03-15 Thread Mal McKay
ist member out there just might know _exactly_ what you need to solve your problem. mal -Original Message- From: RBL [mailto:[EMAIL PROTECTED]] Sent: 15 March 2001 17:17 To: Rick St Jean; [EMAIL PROTECTED] Subject: Re: [PHP] FAQ on 3/15/01 9:04 AM, Rick St Jean at [EMAIL PROTECTED] wrote:

RE: [PHP] FAQ

2001-03-15 Thread Mal McKay
reads and sends these to you in an email. Replying to the email sends your originial query to the list. mal -Original Message- From: RBL [mailto:[EMAIL PROTECTED]] Sent: 15 March 2001 17:17 To: Rick St Jean; [EMAIL PROTECTED] Subject: Re: [PHP] FAQ on 3/15/01 9:04 AM, Rick St Jean at [

Re: [PHP] FAQ

2001-03-15 Thread DAve Goodrich
askedagain.com/net/org are available. on 3/15/01 9:17 AM, RBL at [EMAIL PROTECTED] wrote: > I once thought a great product for mail lists (would require an admin > interface, PHP?) would be a way to put into the list mail signature a random > FAQ link. > > Fill that particular FAQ with commonl

Re: [PHP] FAQ

2001-03-15 Thread RBL
on 3/15/01 9:04 AM, Rick St Jean at [EMAIL PROTECTED] wrote: > Also I would like to know if there would be a demand for an > experienced mailing list? I am just frustrated by the same 3 > questions that pop up about once a day. The rest of the posts > are great. > > Rick I once thought a great

[PHP] FAQ

2001-03-15 Thread Rick St Jean
It is there a list of most frequently asked questions? It seems that people ask the same questions, again and again, they do not READ THE MANUAL. Yes I have asked 2 stupid questions, but I really did search and I am reading my manuals, the PHP and the book that I bought. Also I would like to kn

[PHP] Php FAQ, Q&A or Knowledge Base

2001-01-19 Thread Keith Spiller
Can anyone recommend a good FAQ, Q&A or Knowledge Base script written in PHP? Preferably one with an administration section and a queue for questions to be answered. Larentium