Re: [PHP] XML Newbie.!

2001-03-16 Thread Nik Gare
In article <[EMAIL PROTECTED]>, Rick St Jean <[EMAIL PROTECTED]> wrote: > Make sure you read the whole message before you comment. There was a > relative question at the bottom. I have a question concerning tags. I also have a question concerning PHP. Should I ask both questions here, or jus

Re: [PHP] XML Newbie.!

2001-03-16 Thread Nik Gare
In article <[EMAIL PROTECTED]>, Diego Fulgueira <[EMAIL PROTECTED]> wrote: > Hi! Ok, this is not a question about PHP, but since this is such a > great discussion forum, I am certain it is a good place to get started > with a new technology. Oh, but it is a PHP mail list/newsgroup. This question

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] how do you erase quotes from variable?

2001-01-24 Thread Nik Gare
In article , Michael Zornek <[EMAIL PROTECTED]> wrote: > I have a variable(s) that hold the string: > "name" > and I'd like to kill the quotes so it contains: > name $name = ereg_replace("\"","",$name); Maybe, Nik -- -- PHP General Mailing List (

Re: [PHP] Spell checker?

2001-01-20 Thread Nik Gare
In article <[EMAIL PROTECTED]>, Brandon Orther <[EMAIL PROTECTED]> wrote: > Check here, I have never messed with it just ran into it the other day. > I hope it helps. > http://www.php.net/manual/en/ref.pspell.php Sort of. Thanks go to Kristi as well for spotting this, PHP has so many bult i

Re: [PHP] Profanity Filter

2001-01-20 Thread Nik Gare
In article <94adfp$5le$[EMAIL PROTECTED]>, Stephan Ahonen <[EMAIL PROTECTED]> wrote: > I'd make it an array: > $filter = array(moron, idiot, pratt); > foreach($filter as $badword) { > if (strstr($name, $badword)) { > do this if it contains one of the bad words > } > else { > do this if

[PHP] Spell checker?

2001-01-18 Thread Nik Gare
Hi, I have a site which will be updated periodically by someone else, so have made some forms with textareas for them to upload the text into the MySQL database. I was wondering if there is a PHP function/class which could spell check these forms? TTFN Nik -- PHP General Mailing List (http://