RE: [PHP] php4apache.dll...

2002-07-12 Thread Bruce Karstedt
I got it when I downloaded 4.2.1 if you can't find it I'll e-mail you a copy. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Peter [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 1:22 AM To: php_gen

RE: [PHP] Win98, Apache, PHP Config Problem

2002-07-01 Thread Bruce Karstedt
Just went through - versions please? Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 8:53 AM To: [EMAIL PROTECTED] Subject: [PHP] Win98

RE: [PHP] Getting IP from behind proxies

2002-06-30 Thread Bruce Karstedt
Why not create a cookie for that poll. When the vote check for the cookie. Unless a user clears the cookie himself, you basically limit votes to one per computer or one per computer per user. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474

RE: [PHP] pop-up windows

2002-06-30 Thread Bruce Karstedt
Here ! Here ! Everyone's time is valuable, and therefore the more we all respect each other's time and opinions, the more valuable a resource this will become. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From

[PHP] PHP with CSS

2002-06-30 Thread Bruce Karstedt
Quick question? Is their anything in Apache or PHP that would keep styles from working. Both external (CSS) and inline styles are ignored. Environment : Win XP Pro Apache 2.0.39 PHP 4.2.1 Writing Debugging on Homesite 4.0.1 Bruce Karstedt President Technology Consulting Associates, Ltd. Tel

RE: [PHP] PHP with CSS

2002-06-30 Thread Bruce Karstedt
Checking view source was the first thing I thought of. The inline code appears OK, style sheets, I only see the link of course. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Martin Towell [mailto:[EMAIL

RE: [PHP] JavaScript to PHP?

2002-06-29 Thread Bruce Karstedt
You might be able to pass them as a cookie. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Jed Verity [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 29, 2002 2:59 PM To: Chris Shiflett Cc: [EMAIL PROTECTED

RE: [PHP] Start / Stop

2002-06-24 Thread Bruce Karstedt
Timestamp it at the beginning and the end. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Chris Kay [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 6:57 PM To: PHP General List Subject: [PHP] Start

RE: [PHP] mailing list program?

2002-06-22 Thread Bruce Karstedt
Try majordomo or ezmlm, neither are PHP dependent. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: savaidis [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 22, 2002 3:08 AM To: PHP list Subject: [PHP] mailing

RE: [PHP] disable ability to download image?

2002-06-18 Thread Bruce Karstedt
I've generally seen this done in JavaScript, by disabling the right mouse button. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Steph [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 4:14 PM To: Php

RE: [PHP] Re: php server on Windows

2002-06-14 Thread Bruce Karstedt
. Just my 2 cents Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Peter [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 3:06 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: php server on Windows Phil

RE: [PHP] Re: php server on Windows

2002-06-14 Thread Bruce Karstedt
box was 8 times faster. Look I'm not out to bash Microsoft but every good carpenter has more than one tool in his box and knows which one to use for which job. Even Microsoft uses Unix for their Web Servers. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847

RE: Re[2]: [PHP] Re: php server on Windows

2002-06-14 Thread Bruce Karstedt
and use Unix. 5) If you want to learn how to configure the hardware - I'll teach you that too. Just contact me off list. Nuff said. /flame Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Stuart Dallas [mailto

RE: [PHP] session problems....

2002-06-14 Thread Bruce Karstedt
You should not be writing to /tmp that is a system directory. php.ini is a file. If you need a temporary directory, use ./tmp that will be directory in your web root directory. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original

RE: Re[2]: [PHP] session problems....

2002-06-14 Thread Bruce Karstedt
your site is hosted. The use of OS standard directories such as /tmp or /etc are bad form in Unix and make error log analysis difficult at best Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Julie Meloni [mailto

RE: [PHP] Editor

2002-06-13 Thread Bruce Karstedt
I've been using Homesite - I really like it. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Daniele Baroncelli [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 2:19 PM To: [EMAIL PROTECTED] Subject

RE: [PHP] Shut down server

2002-06-13 Thread Bruce Karstedt
This is a bad idea from a security standpoint. If your server is local, login as root and type shutdown. If the system is remote telnet to the box, login, su to root and type reboot. If you use shutdown remotely, there is no way to restart the server. Bruce Karstedt President Technology

RE: [PHP] Re: forcing file downloads

2002-06-13 Thread Bruce Karstedt
This is determined by your mime types in apache conf file (assuming you are using apache) if the file type is not defined apache will try and download the file instead of parsing it for the browser. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735

RE: [PHP] Re: Date?

2002-06-09 Thread Bruce Karstedt
? echo date(l, F j, Y); ? works just fine for me. Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: John Taylor-Johnston [mailto:[EMAIL PROTECTED]] Sent: Saturday, June 08, 2002 11:50 PM To: [EMAIL PROTECTED] Cc

RE: [PHP] Combo box selected value...

2002-06-07 Thread Bruce Karstedt
Sounds like you are working on a windows box with a bad battery back up for the clock! Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Miguel Cruz [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 4:01