[PHP] authentication verification

2008-05-29 Thread DeadTOm
with the 1 value and the site thinks you've passed muster. What is a better way of doing this? -- DeadTOm http://www.mtlaners.org [EMAIL PROTECTED] A Linux user since 1999. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] spaces - not sure if this is a preg_match issue or a regexp issue

2008-06-06 Thread DeadTOm
-- DeadTOm http://www.mtlaners.org [EMAIL PROTECTED] A Linux user since 1999. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] spaces - not sure if this is a preg_match issue or a regexp issue

2008-06-09 Thread DeadTOm
what about just writing a utility to manipulate the files names to remove spaces? -- Bastien Cat, the other other white meat Because it's not a separate file. The attachment is encoded as plain text into the nntp message. -- DeadTOm http://www.mtlaners.org [EMAIL PROTECTED] A Linux

Re: [PHP] PHP Runs But Does Not Display on Linux

2008-06-11 Thread DeadTOm
Do you have php-mysql installed? In ubuntu for php5 the package is php5-mysql. -Allen Wei, Alice J. wrote: Hi, I am currently using a Linux box with Fedora to run my PHP scripts, which I have seen in the download page at http://www.php.net/downloads.php that We do not distribute

Re: [PHP] PHP Runs But Does Not Display on Linux

2008-06-11 Thread DeadTOm
, my Microsoft SQL server database is on a different Windows machine. Alice -Original Message- From: DeadTOm [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 10:29 PM To: Wei, Alice J.; php-general@lists.php.net Subject: Re: [PHP] PHP Runs But Does Not Display on Linux Do you have

Re: [PHP] PHP Runs But Does Not Display on Linux

2008-06-11 Thread DeadTOm
a different machine, so I shouldn't get this kind of error even if I don't have it installed, right? Or, am I missing something here? Alice -Original Message- From: DeadTOm [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 10:46 PM To: Wei, Alice J. Cc: php-general@lists.php.net

Re: [PHP] PHP Runs But Does Not Display on Linux

2008-06-11 Thread DeadTOm
described. I run a linux server with apache2, php and mysql and I believe that the purpose of the php5-mysql package is to add files that define those mysql function calls. I'm sure that there is something similar for mssql. -Allen Wei, Alice J. wrote: Hi, -Original Message- From: DeadTOm

Re: [PHP] PHP Runs But Does Not Display on Linux

2008-06-12 Thread DeadTOm
== Alice Wei MIS 2009 School of Library and Information Science Indiana University Bloomington [EMAIL PROTECTED] From: DeadTOm [EMAIL PROTECTED] Sent: Wednesday, June 11, 2008 11:15 PM To: Wei, Alice J. Cc: php-general@lists.php.net Subject: Re: [PHP

Re: [PHP] a questoin about the # char

2008-06-12 Thread DeadTOm
Inside a php script the '#' denotes the beginning of a comment. I don't know that it has any use at all in the address line. What specifically is the error? I'd guess that php would ignore the rest of the line following the '#' and so this could generate any number of errors depending on what