[PHP-DB] php mssql tcpip

2003-08-22 Thread JD
I used to use named pipes to connect to a remote sql server. My nt department removed anonymous access account and now I have to use tcpip. Since the change the performance of the php quering has decreased. it takes more time to load the page. anything to look at in the sql configs or in the

RE: [PHP-DB] include() statement hell!

2002-03-28 Thread JD Daniels
); these will work no matter what dir or sub dir the page calling the include is in... (I haven't Followed This entire thread.. so sorry if I missed something) JD -Original Message- From: Jonathan Hilgeman [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 10:10 AM To: 'Brad Melendy'; [EMAIL

RE: [PHP-DB] I'm really stuck!

2002-03-01 Thread JD Daniels
the image. JD -Original Message- From: Jennifer Downey [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 4:41 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] I'm really stuck! Hi all, I'm really stuck and I'm not asking anyone to re-write this just show me what is wrong, or explain

RE: [PHP-DB] Re: A good tutorial

2002-02-19 Thread JD Daniels
is that I have one copy of a php script in my apache site root folder, and use aliases to install the same script on many domains (Using VirtualHost containers in httpd.conf) I have gone back and forth from one system to another, and haven't found a perfect solution yet :) JD -Original Message

RE: [PHP-DB] Re: A good tutorial

2002-02-19 Thread JD Daniels
domain located on the other server, I could not open the photos. (For resizing and such) When they are in the db, I can get them from anywhere. JD -Original Message- From: Joe Van Meer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 3:04 PM To: [EMAIL PROTECTED] Subject: Re

RE: [PHP-DB] Converting upper case letters to lower case because of db??

2002-02-07 Thread JD Daniels
strtolower() -Original Message- From: Andy [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 8:08 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Converting upper case letters to lower case because of db?? Hi there, I have a tabel with 250 entries showing a country code lik CA

RE: [PHP-DB] Viewing Session Varibles

2002-02-07 Thread JD Daniels
Like so: echopre; print_r($_SESSION); echo/pre: I think for PHP less 4.04, you need $HTTP_SESSION_VARS Instead. JD -Original Message- From: Robert Weeks [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 8:45 AM To: php Subject: [PHP-DB] Viewing Session Varibles

RE: [PHP-DB] Viewing Session Varibles

2002-02-07 Thread JD Daniels
out sessions :p I just whipped this off the top of my head.. so may not work :) JD -Original Message- From: Robert Weeks [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 10:41 AM To: php Subject: Re: [PHP-DB] Viewing Session Varibles Ok, This is driving me nuts. I'm sure its

RE: [PHP-DB] File Uploading... Two problems...

2002-02-05 Thread JD Daniels
name with special chars stripped out. JD -Original Message- From: Robert Weeks [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 05, 2002 7:19 AM To: Todd Williamsen; [EMAIL PROTECTED] Subject: Re: [PHP-DB] File Uploading... Two problems... On 2/5/02 9:58 AM, Todd Williamsen [EMAIL

RE: [PHP-DB] 'htaccess method : how to modify passwords from PHP scripts ?

2001-07-28 Thread JD Daniels
for the confusion. JD -Original Message- From: Caleb Walker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 6:56 PM To: JD Daniels; Samuel Torton Cc: php Subject: Re: [PHP-DB] 'htaccess method : how to modify passwords from PHP scripts ? On Tuesday 24 July 2001 10:22 am, JD Daniels

Re: [PHP-DB] Advice On Building Dynamic MySQL Queries

2001-04-20 Thread JD Daniels
}else{ $whereclause.=" $key='$val'"; } } } } } Thnaks JD -- PHP Database 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]