[PHP-WIN] USER_AGENT wrong thanks to proxy cache! Help!

2002-04-30 Thread Roderick Martin
I've got a script that calls the USER_AGENT variable and uses it to select a CCS file to load. Problem is, as I move from browser to browser, apparently the HTTP_USER gets stuck in the proxy cache and some browsers identify themselves as other browsers. Here's what I've found out. I have an .ht

RE: [PHP-WIN] USER_AGENT wrong thanks to proxy cache! Help!

2002-05-01 Thread Roderick Martin
The proxy server is a Compaq TaskSmart server (C1500) with the latest updates. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Mixing include path styles. How do I do this???

2002-10-23 Thread Roderick Martin
We recently switched from Netscape Enterprise to IIS and I now need to make a lot of changes to over 600 htmls - mostly in include statements. We're doing two things here, switching servers and switching all our SSI's to PHP includes. Under Enterprise, I could define a path just by putting it i

Re: [PHP-WIN] Mixing include path styles. How do I do this???

2002-10-23 Thread Roderick Martin
ions of PHP on Win32 affecting the include statement with absolute paths. The above is a workaround solution - once the bug is fixed you should be able to remove the 'c:' stuff. HIW! Rich -----Original Message- From: Roderick Martin [mailto:maillist@;network23.com] Sent: 23 October 2

[PHP-WIN] MySQL security hole - how to fix??

2003-10-02 Thread Roderick Martin
According to this article, there is a major security leak in all versions of MySQL... http://www.eweek.com/article2/0,4149,1306270,00.asp The article provides a link to a patch, but I find two things confusing... 1. All the patches on that page are ancient. Why wouldn't these patches have bee

[PHP-WIN] MySQL security hole - how to fix??

2003-10-03 Thread Roderick Martin
According to this article, there is a major security leak in all versions of MySQL... http://www.eweek.com/article2/0,4149,1306270,00.asp The article provides a link to a patch, but I find two things confusing... 1. All the patches on that page are ancient. Why wouldn't these patches have bee

[PHP-WIN] MySQL service won't start

2003-10-27 Thread Roderick Martin
I followed the installation instructions for MySQL (installing MySQL 4 on a Windows NT 4 box), it appeared to install fine, and the initial launch from command line produced the correct response, but we have been unable to install it as a service, getting this error... Could not start the MySQL

[PHP-WIN] Re: Error connecting to MySQL Database

2003-10-28 Thread Roderick Martin
Michael Hollmann, We tried deleting all the keys (some LEGACY-MYSQL would not delete no matter what we tried), deinstalling, trying to delete the keys that wouldn't delete before again, and reinstalling. Same error. We can run it using "mysqld --console", and it SAYS it's installed as a servi

[PHP-WIN] Why is phpinfo giving me these version numbers?

2003-11-05 Thread Roderick Martin
I had PHP 4 and MySQL 3 installed on a Windows NT4 server running Netscape Enterprise. Two weeks ago, I went in, wiped out all traces I could find of MySQL and installed MySQL 4. Everything went okay except it refuses to run as a service. Today I ran phpinfo and under mysql, I have these values

Re: [PHP-WIN] Why is phpinfo giving me these version numbers?

2003-11-06 Thread Roderick Martin
r MySQL server, the reason could be trivial. Good luck ;) Eric At 16:40 05/11/2003, Roderick Martin wrote: I had PHP 4 and MySQL 3 installed on a Windows NT4 server running Netscape Enterprise. Two weeks ago, I went in, wiped out all traces I could find of MySQL and installed MySQL 4. Everything

[PHP-WIN] Fatal error, but include_path seems correct?

2003-11-13 Thread Roderick Martin
My setup: PHP 4.0.6 Windows NT 4.0 Netscape-Enterprise/3.6 SP3 Installed phpMyAdmin to the root of the server, which is d:/Netscape/SuiteSpot/docs/phpMyAdmin254/ I get the error: Fatal error: Failed opening required './libraries/grab_globals.lib.php' (include_path='.;c:\php4\pear;D:\Netscape

Re: [PHP-WIN] Fatal error, but include_path seems correct?

2003-11-13 Thread Roderick Martin
Nov 13, 2003, at 10:15 AM, Eric COLINET wrote: Try : D: \Netscape\SuiteSpot\docs\phpMyAdmin254 Instead of : D: \Netscape\SuiteSpot\docs\phpMyAdmin254\libraries for your include path. Eric At 16:34 13/11/2003, Roderick Martin wrote: My setup: PHP 4.0.6 Windows NT 4.0 Netscap

Re: [PHP-WIN] Fatal error, but include_path seems correct?

2003-11-14 Thread Roderick Martin
ich ur trying to access myadmin . like 'http://localhost/myadmin/'; then $cfgServers[$i]['host'] = 'localhost'; and 3rd u need-not include path to myadmin in ur include_path in php.ini :) good luck toby configurtion is a rather hair-tearing and mind-re

[PHP-WIN] Using PHP to reload a page w/variable.

2003-11-19 Thread Roderick Martin
I'm finding it hard to believe this is as difficult as it appears, but everywhere I search indicates that what I want to do is not an easy task. How do you code this? You have a user signup page and the user fills it out, filling out two password fields to ensure they typed it in properly and

Re: [PHP-WIN] Re: Sending Mail with PHP.

2003-11-25 Thread Roderick Martin
Can anyone tell me how to configure the SMTP server in the .ini file? For instance, does it take an IP address, or what? We are running WindowsNT 4 and our SMTP line is set to 'localhost' which I am almost sure is incorrect. Any help would be great! Thanks! On Aug 31, 2003, at 10:53 PM, Manue