[PHP-WIN] Dynamic Charting Assistance Requested

2011-03-01 Thread Charles W Buege
rts that will be generated won't always be on machines that will have internet access, so we don't want to depend on Google for files external to the company. Thanks in advance to anyone out there that can help!! Charles This e-mail, including attachments, may contain information that

Re: [PHP-WIN] mime_content_type remote file

2008-06-05 Thread charles . wroth
I had trouble with spaces in pathnames. I got round it by surrounding the whole pathname with quotes - an old Windows trick: $s = "'" . $PHP_SELF . "'"; #surround with quotes to allow for spaces in pathname echo " " .#use quotes [ ...etc ] Not sure if it applies in your ca

[PHP-WIN] nuSoap and PHP 4.3.11

2005-04-20 Thread Charles P. Killmer
I just upgraded to 4.3.11 and now my web service apps do not work. I downloaded the latest version of nuSoap.php and still no luck. Is anyone else running into issues with this? Charles Killmer

RE: [PHP-WIN] Question on accessing C# Web Service

2005-03-30 Thread Charles P. Killmer
You could print_r $rs and see exactly what it contains. Otherwise you could add this to your code to make things simpler. $soap_proxy = $client->getProxy(); $result = $soap_proxy->HelloWorld(); This is how I do it. Charles -Original Message- From: Adam [mailto:[EMAIL PROTECTED]

[PHP-WIN] MS SQL Server

2005-03-08 Thread Charles P. Killmer
Anyone know how to connect to a SQL Server through PHP using Windows Auth instead of SQL Auth? Charles Killmer Netgain Technology [EMAIL PROTECTED] Office: (320) 251-4700 ext 107

RE: [PHP-WIN] Has anyone seen this error before?

2005-01-28 Thread Charles P. Killmer
Try not echoing the word FORM. change FORM'; to this '; Charles -Original Message- From: Patrick Roane [mailto:[EMAIL PROTECTED] Sent: Friday, January 28, 2005 1:34 PM To: php-windows@lists.php.net Subject: Re: [PHP-WIN] Has a

RE: [PHP-WIN] Strange internet problem

2004-12-13 Thread Charles P. Killmer
yahoo.com _SERVER["SERVER_PORT"] 80 The client approached my webserver with www.yahoo.com in the host header. So this is a strange situation. Anyone seen anything like this before? Charles -Original Message- From: Gryffyn, Trevor [mailto:[EMAIL PROTECTED] Sent: Wednesday, D

RE: [PHP-WIN] Marty Yantzie - COM Object help- have working .asp example - Paymentech

2004-12-13 Thread Charles P. Killmer
ransaction.1 Description: FieldException: [BIN] missing value in C:\Inetpub\wwwroot\payment\purchase.php4 on line 10 I asked the merchant company and they sent me an example that uses XML posting so I will try that instead of the COM object. Though has anyone else run into this issue with COM obje

Re: [PHP-WIN] Marty Yantzie - COM Object help- have working .asp example - Paymentech

2004-12-10 Thread Charles P. Killmer
"Amount") trans.Field("Exp") = Request("ExpDate") trans.Field("AVSname") = Request("AVSName") trans.Field("AVSaddress1") = Request("AVSAddress1") trans.Field("AVScity") = Request("AVScity") trans.Field("AVSstate") = Request("AVSstate") trans.Field("AVSzip") = Request("AVSzip") trans.Field("Comments") = Request("Comments") trans.Field("ShippingRef") = Request("ShippingRef") Set Resp = trans.Process () %> Charles Killmer Netgain Technology [EMAIL PROTECTED] Office: (320) 251-4700 ext 107

RE: [PHP-WIN] Strange internet problem

2004-12-01 Thread Charles P. Killmer
I modified the email so I will now receive an email with the full phpinfo. I won't have an answer until it happens again though. In any case I am pulling the host header from $_SERVER["SERVER_NAME"]; Charles -Original Message- From: Gryffyn, Trevor [mailto:[EMAIL P

[PHP-WIN] Strange internet problem

2004-12-01 Thread Charles P. Killmer
. Or someone's browser is messing up the referrer and host header. But if that's the case they should not be able to get to and virtual site anywhere. Has anyone heard of anything like this or is this something completely new? Charles Killmer

RE: [PHP-WIN] Secure SMTP

2004-11-30 Thread Charles P. Killmer
Not to nitpick but my message said SMTPS. For SMTP Secure. I would be interested in taking a look at your class when complete. Does anyone else have ideas about SMTPS? Charles -Original Message- From: phpWalter [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 2:22 PM To

[PHP-WIN] Secure SMTP

2004-11-30 Thread Charles P. Killmer
Does anyone know of a class or something to send email with smtps? Thanks Charles Killmer

RE: [PHP-WIN] Redirecting A Webpage

2004-11-18 Thread Charles P. Killmer
header("Location: http://www.google.com";); or header("Location: /otherfile.php"); -Original Message- From: Allen D. Tate [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 9:27 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Redirecting A Webpage I would like to setup an index.p

RE: [PHP-WIN] "No input file specified." instead of 404?

2004-10-28 Thread Charles P. Killmer
In IIS, for the configuration of PHP check the box that says "check If file exists." Charles -Original Message- From: Adam Clauss [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 9:45 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] "No input file specified."

RE: [PHP-WIN] What happened to WinEnabler?

2004-10-14 Thread Charles P. Killmer
WinEnabler from Zend for demo and if I don't experience the any problems will be purchasing a license. Charles Killmer -Original Message- From: Carsten Gehling [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 12:17 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] What happened to

RE: [PHP-WIN] Strange 'if' test bug?

2004-09-01 Thread Charles P. Killmer
I tried switching the order, and still the same results. That would make sense to me to though. Charles -Original Message- From: Christian Zambrano [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 10:07 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Strange 'if'

RE: [PHP-WIN] Strange 'if' test bug?

2004-08-31 Thread Charles P. Killmer
I would think that PHP should make the conversion in the other direction to avoid losing data. In other words, if a conversion is necessary, convert to the data type that can handle the greater variety of data. In this case to strings. It would probably always be to strings though. Charles

[PHP-WIN] PHP5 IIS6 2003 Access Violation

2004-06-15 Thread david charles
I can set up the latest version of 4 to run under IIS6 as isapi dll in 5 minutes. No problem. But with PHP5 RC3, making just the standard ini edits, nothing fancy, I cannot get this access violation errors message to go away. The wierd thing is, a blank html page with a .php extension will serve

RE: [PHP-WIN] PDF Acrobat Issue *Strange*

2004-06-15 Thread Charles P. Killmer
board. This has worked for me in the past when IE displays the binary data of the pdf. Charles Killmer -Original Message- From: trippin [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 1:29 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] PDF Acrobat Issue *Strange* I am trying to cre

RE: [PHP-WIN] Passing +, =, - at post and get

2004-05-20 Thread Charles P. Killmer
l -s "Hello, world." [EMAIL PROTECTED] Bob, could you please write me a program that prints "Hello, world."? I need it by tomorrow. ^D Senior Manager % zmail jim I need a "Hello, world." program by this afternoon. Chief Executive % letter letter: Com

RE: [PHP-WIN] Passing +, =, - at post and get

2004-05-20 Thread Charles P. Killmer
How is this $String = implode(explode($String, $OldChar), $NewChar); different than $String = str_replace($OldChar, $NewChar, $String); Charles Killmer -Original Message- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 9:48 AM To: '[

RE: [PHP-WIN] Passing +, =, - at post and get

2004-05-20 Thread Charles P. Killmer
I hope you are not allowing the client to send T-SQL through the query string. Consider them sending something like File.php?Query='; drop table XXX; -- Charles Killmer -Original Message- From: George Pitcher [mailto:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 8:25 AM To: [

RE: [PHP-WIN] PHP 5 try catch block

2004-05-18 Thread Charles P. Killmer
Thanks. Is there any way to catch fatal errors, and have the script do something else more gracefull. Like maybe log the error and redirect or something. Charles -Original Message- From: Vincent Jansen [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 3:03 AM To: Charles P

RE: [PHP-WIN] PHP 5 try catch block

2004-05-17 Thread Charles P. Killmer
I am trying to catch any error that could occur not just account for the ones that I can think of. But yes I do use isset pretty often. But I am looking for something to catch any error before the script bombs out. Charles Killmer -Original Message- From: Daniel Anderson [mailto

[PHP-WIN] PHP 5 try catch block

2004-05-17 Thread Charles P. Killmer
Has anyone figured out how to catch fatal errors? Something like a script like this with an obvivous parse error. I want to know how to catch any klind of error so I can deal with it gracefully instead of crashing the CGI. Charles Killmer Netgain Technology [EMAIL PROTECTED] Office: (320

FW: [QRfsoto]: RE: [PHP-WIN] Session troubles

2004-05-17 Thread Charles P. Killmer
other people to go through extra work, that can be easily automated anyway, just to send me an email. Sorry my little rant. :) Charles Killmer _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, May 17, 2004 9:37 AM To: Charles P. Killmer Subject: [QRfsoto]: RE: [PHP-WIN

RE: [PHP-WIN] Session troubles

2004-05-17 Thread Charles P. Killmer
When you use the header function, you must include the SID. There are numerous ways to do this but the way that I use is like this. session_start(); $row['id']=545; $_SESSION['individual_id'] = $row['id']; header("location:dataFilterExpander.php?&quo

RE: [PHP-WIN] Windows 2003 and SQL Server issues

2004-04-28 Thread Charles P. Killmer
What I ended up doing is creating a user on both the IIS box and the SQL box. Both low level users with the same username and password. I set IIS to use this new user account to run web requests. This was all it took. I think there is a better solution but I havent found it yet. Charles

RE: [PHP-WIN] Date Math

2004-04-12 Thread Charles P. Killmer
The function I like using is strtotime. You should be able to do something like strtotime("now") - strtotime("2/7/2004") Or I think there is a date difference function. Though that might be strtotime("now - 2/7/2004") Charles Killmer -Original Message- F

RE: [PHP-WIN] Favortire Page template Structure

2004-03-24 Thread Charles P. Killmer
select which sections they see and possibly organize the layout as they see fit. Charles Killmer Netgain Technology Open Source Rocks! -Original Message- From: Jim MacDiarmid [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 9:38 AM To: Charles P. Killmer Subject: RE: [PHP-WIN

RE: [PHP-WIN] Favortire Page template Structure

2004-03-24 Thread Charles P. Killmer
html Then changing the look of the site is just in that one file. And things like webtrends still give accurate results. Charles Killmer Netgain Technology -Original Message- From: Jim MacDiarmid [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 8:36 AM To: [EMAIL

RE: [PHP-WIN] unlink command on a windows server

2004-03-04 Thread Charles P. Killmer
Make sure that the user php is running as has permission to delete files from that directory. Usually IUSR_machinename Charles -Original Message- From: Brent [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 9:55 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] unlink command on a

RE: [PHP-WIN] Windows 2003 and SQL Server issues (SpamEnder: BLOCKED Y2BB-SE24996-charlesk@netgaintechnology.com)

2004-03-03 Thread Charles P. Killmer
you to view my commments and advice on PHP. Charles -Original Message- From: Alan Hale [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 1:31 PM To: Charles P. Killmer Subject: Re: [PHP-WIN] Windows 2003 and SQL Server issues (SpamEnder: BLOCKED [EMAIL PROTECTED]) In an effort to

[PHP-WIN] Windows 2003 and SQL Server issues

2004-03-02 Thread Charles P. Killmer
n issue of Windows 2003 being too secure in some area to allow the webuser to connect to the database server. I have tried changing from the predefined "Network Has anyone run into issues with something like this? Thank you for any help on this. Charles Killmer Netgain Technology [EMAIL PR

RE: [PHP-WIN] How have you learned PHP?

2004-02-02 Thread Charles P. Killmer
Mainly the php.net documentation and this forum. -Original Message- From: Cyrus Misthalin [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 1:03 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] How have you learned PHP? How have you learned PHP? -- PHP Windows Mailing List (http://

RE: [PHP-WIN] Every 1008th character is missing???

2003-10-07 Thread Charles P. Killmer
No it was lengthened by 12 characters. And I checked and the email did contain 1008 characters. So it didn't miss any in my test. -Original Message- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 8:49 AM To: Disko_kex Cc: Charles P. Ki

RE: [PHP-WIN] Help me out with Session problem

2003-10-06 Thread Charles P. Killmer
probably -Original Message- From: Kamran fff [mailto:[EMAIL PROTECTED] Sent: Saturday, October 04, 2003 2:23 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Help me out with Session problem Hi, I have WinPro2000 with IIS (PWS) and PHP4. When i strat session receive an error. Can you t

RE: [PHP-WIN] Every 1008th character is missing???

2003-10-06 Thread Charles P. Killmer
I just tried it on my server with both PHP 4.3.2 and 4.3.3 and I got the last 5. The only thing I changed was the email address to send to. Charles -Original Message- From: Disko_kex [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 8:19 AM To: [EMAIL PROTECTED] Subject: [PHP

RE: [PHP-WIN] weird random parse errors on PHP 4.1.x / Win2k

2003-10-06 Thread Charles P. Killmer
running PHP 4.3.2 as CGI under IIS 5.0. The piece of code that I pasted is the first line of the file after the mailto:[EMAIL PROTECTED] Sent: Sunday, October 05, 2003 7:17 AM To: Charles P. Killmer Subject: Re: [PHP-WIN] weird random parse errors on PHP 4.1.x / Win2k Is it possible that the

[PHP-WIN] Shortcut

2003-10-03 Thread Charles P. Killmer
Does anyone have any code that will create a windows .lnk file? Charles Killmer

RE: [PHP-WIN] weird random parse errors on PHP 4.1.x / Win2k

2003-10-03 Thread Charles P. Killmer
weird thing that I havent solved yet. Charles Killmer -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, October 03, 2003 9:56 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [PHP-WIN] weird random parse errors on PHP 4.1.x / Win2k

RE: [PHP-WIN] PHP Web Services

2003-09-29 Thread Charles P. Killmer
arch returned Zero results. Plesae try again."; } ?> Code is provided as is. Feel free to use but I offer no guarantees about the code. You should have a wsdl file to make the job for the client developers a lot easier. Charles Killmer -Original Message- From: Pearson,

RE: [PHP-WIN] PHP and PDF

2003-09-18 Thread Charles P. Killmer
An issue that I ran into involved two things. First: Inorder for IE to send the pdf to Acrobat, the pdf data must not be Gzipped. Turn of output compression Second: Don't use sessions on the page that sends the headers and the pdf data Charles Killmer -Original Message- From:

[PHP-WIN] Weird timeout error

2003-08-27 Thread Charles P. Killmer
extension=php_pdf.dll extension=php_pgsql.dll extension=php_zip.dll Charles Killmer

RE: [PHP-WIN] Multiple selection in php

2003-08-19 Thread Charles P. Killmer
... PHP will get an array of the selected values in a variable named $test Charles Killmer -Original Message- From: Harpreet [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 4:13 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Multiple selection in php I want to select

RE: [PHP-WIN] checkboxes in php

2003-07-10 Thread Charles P. Killmer
When submitted this will create an array in PHP. This is the output of a test run Array ( [0] => 3124 [3] => 45 [4] => 6756 ) Notice the indexes. while (list ($key, $val) = each ($temp)) { echo "$key => $val\n"; } Charles -Original Message--

RE: [PHP-WIN] checkboxes in php

2003-07-10 Thread Charles P. Killmer
Try this '; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; //Then in PHP whether the box is checked or not your indexes are correct. print_r($temp); ?

RE: [PHP-WIN] Re: or die problem

2003-06-27 Thread Charles P. Killmer
If you notice he has it commented out. I doubt that that was the problem. I read somewhere a while ago about a difference in operator precedence between || and or. Perhaps the die is being invooked first? Charles Killmer -Original Message- From: Stephen [mailto:[EMAIL PROTECTED

[PHP-WIN] RE: Mail sent an hour before I send it

2003-06-19 Thread Charles P. Killmer
The servers are all in the same office. For the mail that is showing the wrong time, it never leaves the office. Thanks Charles -Original Message- From: Max Graham [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 10:44 PM To: [EMAIL PROTECTED]; Charles P. Killmer Subject: Re

[PHP-WIN] Mail sent an hour before I send it

2003-06-18 Thread Charles P. Killmer
server directly and send mail the time is correct, so it appears to have something to do with PHP. Does anyone have any thoughts on this? -Original Message- From: [EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 8:53 AM To: [EMAIL PROTECTED] Subject: test Charles Killmer Netgain

RE: [PHP-WIN] explode...

2003-05-30 Thread Charles P. Killmer
I had the parameters backwords but you get the idea. $test = explode(",","no commas"); -Original Message- From: Charles P. Killmer Sent: Thursday, May 29, 2003 3:24 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] explode... It returns an array with one element

RE: [PHP-WIN] explode...

2003-05-30 Thread Charles P. Killmer
It returns an array with one element. Array no commas -Original Message- From: David Martinez [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 3:13 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] explode... Here is the explode function: explode($delimiter, $string); This function

RE: [PHP-WIN] still sessions

2003-04-04 Thread Charles P. Killmer
Set session values like this session_start(); $_SESSION["username"] = "sjohnson"; Get session values like this session_start(); echo $_SESSION["username"]; The $_SESSION MUST be uppercase. Charles Killmer -Original Message- From: Iggy [mailto:[EMAIL P

RE: [PHP-WIN] session ids

2003-04-03 Thread Charles P. Killmer
PHP will use the session id that your browser specifies. If you have php setup to store session id in cookies, every time you refresh the page your browser is telling php what session id to use. Then when you close your browser, your cookies may be getting deleted. Charles Killmer

[PHP-WIN] PHP in the .NET CLR

2003-03-21 Thread Charles P. Killmer
Charles

RE: [PHP-WIN] IE seems to be more stupid than I spected!

2003-03-10 Thread Charles P. Killmer
I ran into problems with IIS, IE, pdfs, and Sessions. Try not using a session and see if it works. If it does I think there are some functions to use before you send the pdf. Session_write_close() I think. Charles -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED

RE: [PHP-WIN] Re: Include virtual?

2003-02-28 Thread Charles P. Killmer
Files from many different directories include the same template.php Also I am using IIS. Charles -Original Message- From: Wayne [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 3:22 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Re: Include virtual? if the file which you are

RE: [PHP-WIN] Re: Include virtual?

2003-02-28 Thread Charles P. Killmer
Good idea but, we host many sites and cannot have them all using each others include directories. Also don't want to use ini_set at the top of every file, if that can be set per_dir. Charles -Original Message- From: Christoph Grottolo [mailto:[EMAIL PROTECTED] Sent: Friday, Februa

RE: [PHP-WIN] Re: Include virtual?

2003-02-28 Thread Charles P. Killmer
I think my original question has been lost. Include("/template.php"); I want this to include the file located at e:\sites\website1\template.php Not e:\template.php Charles -Original Message- From: Wayne Pearsall [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 1

RE: [PHP-WIN] Re: Include virtual?

2003-02-28 Thread Charles P. Killmer
Exactly. I made a function to do this just wondering if this will be built into PHP. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 6:01 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Re: Include virtual? Not sure

RE: [PHP-WIN] Problem with extensions w2k/IIS PHP4.3.0

2003-02-27 Thread Charles P. Killmer
Make sure ntwdblib.dll is in the windows directory. Charles Killmer -Original Message- From: Joshua Groboski [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 10:57 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Problem with extensions w2k/IIS PHP4.3.0 I seem to be unable to

[PHP-WIN] Is ASP.NET faster than php?

2003-02-26 Thread Charles P. Killmer
I love php but I must choose the fastest scripting language. Without going to extremes like c++ compiled. At least not until I get a library that provides most of the things that make php convenient. Does anyone have any thoughts about PHP vs ASP.NET? Charles Killmer

RE: [PHP-WIN] IIS and index.php issue

2003-02-21 Thread Charles P. Killmer
script mapping exists for .php I cant think of anything else that could cause something like that. Charles -Original Message- From: Bill Rafferty [mailto:[EMAIL PROTECTED] Sent: Friday, February 21, 2003 11:36 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] IIS and index.php issue My index.php

RE: [PHP-WIN] Include virtual?

2003-02-05 Thread Charles P. Killmer
ot;/","\\",$FileToInclude); $ScriptName = str_replace("/","\\",$_SERVER["SCRIPT_NAME"]); $DocRoot = str_replace($ScriptName,"",$_SERVER["PATH_TRANSLATED"]); include($DocRoot.$FileToInclude); } Charles -Original Message- From: [

[PHP-WIN] Include virtual?

2003-02-05 Thread Charles P. Killmer
the root of the site instead of the root of the drive. Thanks Charles Killmer Windows 2000 Server IIS 5.0 PHP 4.2.3

RE: [PHP-WIN] There is no way I can build "on the fly" pdfs

2003-01-31 Thread Charles P. Killmer
A problem that I ran into with pdf's was while using sessions. If you use a session be sure you call session_write_close() before sending the first headers for the pdf. What is your webserver configuration. OS,Webserver, version,php version, cgi, isapi Charles Windows 2000 S

[PHP-WIN] Is php.net broken?

2003-01-03 Thread Charles P. Killmer
ments. Charles

RE: [PHP-WIN] Tough decision ASP or PHP

2002-12-16 Thread Charles P. Killmer
. Again IE didn't like to receive pdfs gziped. Netscape didn't have any trouble with either of these issues. :) Needless to say I am happy that I don't have to use ASP. :) Charles Killmer -Original Message- From: Asendorf, John [mailto:[EMAIL PROTECTED]] Sent: Thursday, No

[PHP-WIN] php Isapi for IIS 5.0

2002-12-16 Thread Charles P. Killmer
When is Isapi for IIS 5.0 going to be considered production quality? Or is it already? What issues has anyone run into? Thanks Charles Killmer

RE: [PHP-WIN] Per site php.ini

2002-12-16 Thread Charles P. Killmer
Well I would love to switch to Apache but we are a Microsoft shop. I am lucky to be using PHP and have had to defend it a few times against asp. Thanks for everyones help. Charles Killmer -Original Message- From: Wojciech Owczarek [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16

RE: [PHP-WIN] Per site php.ini

2002-12-16 Thread Charles P. Killmer
Darn. Some of the directives cannot be set at runtime though. Oh well. Thanks Charles -Original Message- From: Matt Kynaston [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 10:47 AM To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Per site php.ini > I saw nothing in

RE: [PHP-WIN] Per site php.ini

2002-12-16 Thread Charles P. Killmer
I saw nothing in the install.txt about having multiple ini files. If I have five websites I want them to have five different ini files. I hope this is clear. Charles -Original Message- From: Veselina Jecheva [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 10:28 AM To

[PHP-WIN] Per site php.ini

2002-12-14 Thread Charles P. Killmer
. Any help is appreciated Thanks Charles Killmer

[PHP-WIN] unable to connect to server (MSSQL)

2002-12-10 Thread Charles P. Killmer
0 Client Netscape 7.0 Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 Thank you Charles Killmer Windows 2000 Server PHP 4.2.3 IIS 5.0

RE: [PHP-WIN] Re: IIS/PHP w/ NTFS issue

2002-12-05 Thread Charles P. Killmer
I believe it is the reverse of that. IWAN for Isapi and IUSR for cgi. Correct me if I am wrong. Christopher, in your email you wrote iwsr. Did you mean iusr or iwan? Charles Killmer -Original Message- From: Luis Ferro [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 11:53

RE: [PHP-WIN] Re: IIS/PHP w/ NTFS issue

2002-12-05 Thread Charles P. Killmer
The problem when it was running as a cgi is the php.ini may not have been accessible by the user. Since it is in the winnt directory by default permission would only exist admins and everyone(Read) unless you tightened it down. Also check any dll that may be needed. Charles Killmer PHP 4.2.3 IIS

RE: [PHP-WIN] parse error

2002-11-19 Thread Charles P. Killmer
I think you are missing } before the else -Original Message- From: Dash McElroy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 12:57 AM To: zeus Cc: Howard, Robert P; phpwin Subject: Re: [PHP-WIN] parse error What line number are you getting the parse error at? It's amazing

RE: [PHP-WIN] More info - PHP vs ASP headers

2002-11-07 Thread Charles P. Killmer
"Connection: Close" header I would be very grateful. Thanks Charles Killmer -Original Message----- From: Charles P. Killmer Sent: Thursday, November 07, 2002 2:43 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] PHP vs ASP headers I tried that. It seems PHP will only replace headers tha

RE: [PHP-WIN] PHP vs ASP headers

2002-11-07 Thread Charles P. Killmer
I tried that. It seems PHP will only replace headers that PHP sent. Not headers sent by IIS. -Original Message- From: Maxim Maletsky [mailto:maxim@;php.net] Sent: Thursday, November 07, 2002 2:42 PM To: Charles P. Killmer Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] PHP vs ASP headers

[PHP-WIN] PHP vs ASP headers

2002-11-07 Thread Charles P. Killmer
Nov 2002 19:59:50 GMT Connection: close Content-type: application/pdf Content-Disposition: inline; filename=25-1.pdf Content-Type: text/html Cache-control: private Transfer-Encoding: chunked I need to stop IIS from sending the Connection: Close Charles Killmer -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Tough decision ASP or PHP

2002-11-07 Thread Charles P. Killmer
Thanks for all the great feedback. IIS is probably a requirement. The problem with PHP and PDFs is when php has to send the headers for a PDF. IIS seems to get in the way. Does anyone have a workaround for sending headers though PHP and IIS? Charles -Original Message- From: Maxim

[PHP-WIN] Tough decision ASP or PHP

2002-11-07 Thread Charles P. Killmer
isapi version of php would resolve this issue. Though the isapi version still has stability issues. I hate to asp but am thinking that I may have to simply due to stability. Does anyone have any thoughts. Charles Killmer Windows 2000 Server IIS 5.0 PHP 4.2.2 CGI MS SQL Server 2000 -- PHP Wi

RE: [PHP-WIN] Re: Isapi Module

2002-11-05 Thread Charles P. Killmer
What kind of load do you get on it? Also I am using SQL Server 2000. Charles -Original Message- From: Jack Kelly Dobson [mailto:jdobson@;tcgcorp.net] Sent: Tuesday, November 05, 2002 9:16 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: Isapi Module I've been using it and MySQL

[PHP-WIN] Isapi Module

2002-11-05 Thread Charles P. Killmer
Is anyone using 4.2.3 as an ISapi module? All the documentation still says unstable but it hasnt changed in years. Is it now stable? Thanks Charles Killmer Windows 2000 Server IIS 5.0 PHP 4.2.2 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

RE: [PHP-WIN] 2 Issues for Mail() in Win/PHP4-

2002-11-02 Thread Charles P. Killmer
Also check and make sure that you have register_globals set to on in php.ini Some argue that you shouldn't use that though. Charles Killmer -Original Message- From: Stephen Edmonds [mailto:stephen.edmonds5@;btinternet.com] Sent: Saturday, November 02, 2002 10:12 AM To: PHP Hel

[PHP-WIN] PHPInfo.php

2002-08-15 Thread Charles Fowler
Help My machine's (OS - Win98-2ndEd, Apache 2.39, PHP 4.2.2) browser (Netscape 6.2, IE 6, Communicator 4.79) can't find/view the phpinfo.php file from the localhost, which is I how I am meant to test the proper installation of PHP. The file came up initally as a unidentified system file and

[PHP-WIN] php cookie question

2002-08-01 Thread Charles
I want to ask user to login, and use cookie to save their userid and password what should i do? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] php cookie question

2002-08-01 Thread Charles
I want to ask user to login, and use cookie to save their userid and password what should i do? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] php cookie question

2002-08-01 Thread Charles
I want to ask user to login, and use cookie to save their userid and password what should i do? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] php cookie question

2002-08-01 Thread Charles
I want to ask user to login, and use cookie to save their userid and password what should i do? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] php cookie question

2002-08-01 Thread Charles
I want to ask user to login, and use cookie to save their userid and password what should i do? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: IIS 3 - Beginners Installation Questions

2002-05-03 Thread Charles Prettyman
I found it, never mind If anyone else hits this, check the settings for the home directory, and make sure that read and execute access are both allowed. "Charles Prettyman" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am ne to

[PHP-WIN] IIS 3 - Beginners Installation Questions

2002-05-03 Thread Charles Prettyman
I am ne to PHP, and just installed in on a WinNT4 machine running IIS 3. I have a little test page, just to validate that it's working, that should simply echo "helloo World" (the test page described atthe beginning of every book) but all I get is a blank page. Viewing the page source shows all

[PHP-WIN] PHP4 and FileMaker ODBC

2002-04-26 Thread Charles Tassell
I get the impression that this is a fairly common request, but I haven't seen a definite answer, so I figured I'd ask. Is it possible to use a FileMaker Pro ODBC connection with PHP4? I have a DSN setup, but when I try to connect I get the following message (via odbc_errorstr()): Unable to

[PHP-WIN] error when using IIS 5 and PHP

2001-12-31 Thread charles
I get the following error when trying to test PHP with IIS 5 using tha Isapi DLL. Any ideas what is causing it? The HTTP server encountered an unhandled exception while processing the ISAPI Application ' php4isapi!HttpExtensionProc + 0x44 wam!SE_TABLE::ReleaseExtension(class HSE_BASE *) + 0x99

RE: [PHP-WIN] removing PHP from system

2001-10-05 Thread Charles Butler
Since PHP is not installed with an installer if you used the full zip, just delete the directories and files. Even with the win32 installer this is the same way to do so. -- Charles Butler [EMAIL PROTECTED] Research and Development American Telanet Corp. -Original Message- From

RE: [PHP-WIN] Re: function/extension help

2001-10-05 Thread Charles Butler
:) -- Charles Butler [EMAIL PROTECTED] Research and Development American Telanet Corp. -Original Message- From: Philippe Saladin [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 8:54 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: function/extension help I *think* you need

[PHP-WIN] Memo field

2001-03-23 Thread Charles Alves
I am writing a query to a paradox table, using ODBC. I have a field of MEMO kind, and I don't get all of his content. Someone have some tip? -- Charles Alves Suporte Software Sweda Informática LTDA. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT

[PHP-WIN] Re: Echoed Status and Content-type Problem

2001-03-09 Thread Charles Williams \( CEO ACNS \)
- Original Message - From: "Vladimir V. Bashkirtsev" <[EMAIL PROTECTED]> To: "Charles Williams ( CEO ACNS )" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "Linuxsa" <[EMAIL PROTECTED]>; "Cobalt Users Group" <[EMAIL PROTECT

  1   2   >