[PHP-WIN] Re: Newbie: Apache will not start when I load PHP

2003-12-29 Thread Russell
Me again - I have solved this problem by including a relative path to the PHP dll from the Apache directory, althoug I'm still not clear as to why the windows path did not work. Any suggestions would be helpful, as according to my documentation, both should be OK. Thanks Russell &qu

[PHP-WIN] Newbie: Apache will not start when I load PHP

2003-12-29 Thread Russell
hecked and double-checked the path to the .dll file, to no avail. I am using Windows 2000 Pro, if that makes a difference. Apologies if this is a basic mistake - I'm just learning. Cheers Russell -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Problem with extensions in PHP4.3.1

2003-02-21 Thread Russell Johnson
I had a similar problem installing PHP 4.3.1. There appear to be more than a few php libraries that Windows has problems finding. What I did was the following: In php.ini, I set the extension_dir to nothing: extension_dir = Then I moved most everying in the dlls and extension directories of the

RE: [PHP-WIN] xml and php

2003-02-19 Thread Russell Johnson
Try taking a look at the XML_sql2xml package from Pear: http://pear.php.net/package-info.php?pacid=18 or the rs2xml extension for the ADOdb library: http://phplens.com/lens/dl/rs2xml.tar.gz http://php.weblogs.com/ADODB There's an interesting discussion about ADOdb and XML

Re: [PHP-WIN] Php on windows - Linux and Windows Editors

2002-05-02 Thread Russell Griechen
CoffeeCup at http://www.coffeecup.com has a Linux Version of CoffeeCup Html Editor. You can download a Trial copy to see if it works for you. I am thinking of making a Linux box...if you do check it out ...please post your evaluation. I have used the Windows Version for several years. Russell

[PHP-WIN] Zip Code mysql db

2002-04-14 Thread Russell Griechen
auto_increment, abbrev char(2) NOT NULL, name varchar(30) NOT NULL, country_id char(2) NOT NULL, PRIMARY KEY (state_id), KEY country_id (country_id), KEY name (name), KEY abbrev (abbrev)CREATE TABLE country ( country_id char(2) NOT NULL, name varchar(50) NOT NULL, PR

Re: [PHP-WIN] Beginner's Teething Problems Source for Triad and a question.

2002-02-28 Thread Russell Griechen
e first time? 2. If I use a 30 character line will a 40 character string show/work? Note...I am wondering why I can't find a tutorial that would show what I have mused about here or any questions/syntax in the future??? Hey now...watch for me and comment/help for I am a babe in the woods... ~`~`~

Re: [PHP-WIN] Beginner's Teething Problems

2002-02-28 Thread Russell Griechen
e first time? 2. If I use a 30 character line will a 40 character string show/work? Note...I am wondering why I can't find a tutorial that would show what I have mused about here or any questions/syntax in the future??? Hey now...watch for me and comment/help for I am a babe in the woods... ~`~`~

Re: [PHP-WIN] IIS + PHP + Network Drive = CGI Error (why?)

2001-11-28 Thread Norm Russell
! I can now access PHP docs from a network drive. The only issue is currently PHP 4.0.8 is a Dev release. But if you don't mind that, it's the only way I've found to get around PHP's network drive issue. Norm >From: "Norm Russell" <[EMAIL PROTECT

[PHP-WIN] IIS + PHP + Network Drive = CGI Error (why?)

2001-11-22 Thread Norm Russell
I'm running PHP 4.0.6 on Win2K with IIS 5. If IIS's wwwroot is located on a local drive, PHP docs execute fine. If IIS's wwwroot is located on a shared network drive, PHP scripts deliver the following error message: CGI Error The specified CGI application misbehaved by not returning a co