[PHP] Filter vulger / controversial words - need word source

2002-12-11 Thread Christopher Raymond
r any help or suggestions, Christopher Raymond -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Forms

2002-12-11 Thread Christopher Raymond
> > > > John > Mary > > TIA: You are missing the action and method attributes to the form tag. You are also missing the closing form tag. I don't know if you accidentally omitted these when posting your question or if you are actually missing these in your actual HTML code as well. Your

[PHP] Re: Objects and Classes?

2002-12-11 Thread Christopher Raymond
// using it so that you can free up the memory space that it uses unset($template); // Destroys instance of object ?> HTML TEMPLATE FILE: My html template file might look like this:

Re: [PHP] Newsgroup?

2001-11-15 Thread Christopher Raymond
Hmm: It must be my client then. Christopher Raymond -- O A S I S N E T W O R K S -- INTERACTIVE FLASH MEDIA PRODUCTION HTML, JAVASCRIPT, PHP & E-COMM

[PHP] Newsgroup?

2001-11-15 Thread Christopher Raymond
Does anyone know: What's the deal with the newsgroup version of this list? I'm using news.php.net as the news server address, but all I get are error messages. Is this newsgroup still functional? Christopher Raymond --

[PHP] MORE INFO > Eval()??? A variables contents?

2001-11-09 Thread Christopher Raymond
Okay there are two files involved here. First is my index.php file: $params = array('class' => 'text10', 'content' => 'Query_Database( $category )'); switch ( $mode ) { case "list": Make_TR( $params ); // This is executing the included function. break;

Re: [PHP] Eval()??? A variables contents?

2001-11-09 Thread Christopher Raymond
on 11/9/01 2:01 PM, Kurt Lieber at [EMAIL PROTECTED] wrote: > What you're doing doesn't make any sense. If it were to work, it would look > like the following: > > ; ?>, > > or something similar. I think what you want to do is: > $content = query_database($category); > echo $content; > ?> >

[PHP] Eval()??? A variables contents?

2001-11-09 Thread Christopher Raymond
7;s eval($commands) function? TIA, Christopher Raymond -- 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 PROTECTED]

[PHP] Newsgroup?

2001-08-22 Thread Christopher Raymond
Is this PHP listserve available as a newsgroup? I'm getting tired of managing this much mail everyday. I'd like it a bit simpler. If this list is not available, are there other equally busy newsgroups for PHP? Thanks, Christopher Raymond -- PHP General Mailing List (http://w

[PHP] Browser Detection & Redirection -- PHP or Apache ???

2001-08-17 Thread Christopher Raymond
27;s them know their browser is in-compatible. I know this is something JavaScript can do, but again that relies on the browser. Thanks for any help, Christopher Raymond -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP] PHP Shopping Carts ??

2001-08-14 Thread Christopher Raymond
Could anyone point me in the direction of some PHP shopping cart scripts? Thanks, Christopher Raymond -- 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

[PHP] PHP or SSI -- What's faster?

2001-08-14 Thread Christopher Raymond
PHPers: So if I was just going to need includes on a few pages, what's faster PHP or SSI on Linux/Apache? Christopher Raymond -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP] Storing Credit Card Numbers, etc.

2001-08-13 Thread Christopher Raymond
e .htaccess and .htpasswd to help me out? Or don't they even apply? My intention is to store the user's password encoded with md5 or something and also to develop my own cipher for disguising the credit card numbers as well. Any suggestions? Thanks, Christopher Raymond -