[PHP] Re: Objects and Classes?

2002-12-11 Thread Christopher Raymond
}-- /body /html Christopher Raymond, Oasis Networks -- Web Development Macintosh Systems Consulting -- 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
PCENTERFORM NAME=Employees SELECT NAME=name OPTION SELECTED VALUE=/OPTION OPTION VALUE=John/OPTIONJohn OPTION VALUE=Mary/OPTIONMary /SELECT INPUT TYPE=submit VALUE=Submit TIA: You are missing the action and method attributes to the form tag. You are also missing the closing form tag. I

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

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

[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 -- O A S I

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-COMMERCE DEVELOPMENT

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

2001-11-09 Thread Christopher Raymond
? Is there an equivalent to JavaScript'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]

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: ?PHP ?PHP Query_Database( $category );? ; ?, or something similar. I think what you want to do is: ?php $content =

[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://www.php.net

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

2001-08-17 Thread Christopher Raymond
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, e-mail: [EMAIL

[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 list

[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] Storing Credit Card Numbers, etc.

2001-08-13 Thread Christopher Raymond
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 -- O A S I S N