RE: [PHP] how to hide dbconnect file if its in publisheddirectory?

2001-07-09 Thread Navid A. Yar
Hmmm, I was wondering about security of PHP also. Does anyone know the general issues of security within PHP documents? My thought is that PHP cannot be seen when you view a source anyway, so isn't it secure enough (besides the basic firewall and system security)? -Original Message- From:

RE: [PHP] stripping white space?

2001-07-09 Thread Navid A. Yar
If you do this then those who will want to eventually convert their projects over to XML or XHTML format will have a hard time doing so, because the double quotes around the values of the attributes are required. Also, it's not good code practice. Just something for future reference... -Origi

RE: [PHP] stripping white space?

2001-07-09 Thread Navid A. Yar
PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -----Original Message- From: Navid A. Yar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 2:40 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] stripping white space? If you do this then those who will want to eventu

RE: [PHP] Removing quotes (was stripping white space?)

2001-07-10 Thread Navid A. Yar
My thoughts exactly Comrade --Navid Yar -Original Message- From: Kurt Lieber [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 9:27 AM To: Maxim Maletsky; [EMAIL PROTECTED] Subject: [PHP] Removing quotes (was stripping white space?) Will IE 6 support this non-standard coding styl

RE: [PHP] Silly table and php question.

2001-07-12 Thread Navid A. Yar
Well, I guess what you can do is embed the PHP within the table cell and call an if statement. Like this... // if the user is online, then display the "online" image // else if the user is offline, display the "offline" image

RE: [PHP] building a search engine ??

2001-07-12 Thread Navid A. Yar
This sounds interesting. Where can I find htdig? -Original Message- From: scott [gts] [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 12:20 PM To: php Subject: RE: [PHP] building a search engine ?? and to answer one of the previous questions, yes... it is *very* resource inte