RE: [PHP-WIN] Array Question

2007-08-17 Thread Vandegrift, Ken
Just use a column alias in your sql query and reference the alias in your array. SELECT t1.contactID as 'contactID_1', t2.contactID AS 'contactID_2' FROM table1 t1, table2 t2 ...rest of query Then your results data array can be referenced like so: mydata['contactID_1

RE: [PHP-WIN] SSL on Windows Server 2003

2007-02-09 Thread Vandegrift, Ken
need to somehow associate the payflow certificate .0 with this? Thanks in advance for your help and time. Ken Vandegrift [EMAIL PROTECTED] Web Administrator Sharis Mgmt. Corp -Original Message- From: Frank M. Kromann [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 07, 2007 9:09 A

[PHP-WIN] Making OpenSSL use A Verisign issued certificate for ecommerce

2007-02-08 Thread Vandegrift, Ken
yment request to Verisign (in test mode): C:\OpenSSL\bin\openssl.exe s_client -connect test-payflow.verisign.com:443 -quiet < C:\path\to\xct10.tmp 2>C:\path\to\xct11.tmp Any help would be appreciated. Thanks Ken Vandegrift [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Web Administ

Re: [PHP-WIN] Sessions working/not

2007-02-08 Thread Ken Kixmoeller -- reply to ken
On Feb 8, 2007, at 12:55 AM, Gustav Wiberg wrote: Is it exactly the same code? Yes, it was the same code, exactly, and any URL. Armondo's hint made it work, though. Thank you very much for replying. Ken -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-WIN] Sessions working/not

2007-02-08 Thread Ken Kixmoeller -- reply to [EMAIL PROTECTED]
alhost'. Cheers. Gee, that did it. I never would have come up with that. Thank you, Armondo KEn -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] SSL on Windows Server 2003

2007-02-07 Thread Vandegrift, Ken
2006 C:\Any Dir>openssl s_client -connect www.openssl.org:443 [I am connected] GET / HTTP/1.0 I get the home page source code returned. Seems to be working on the server end. Any ideas or other areas to investigate within PHP (OpenSSL support is enabled in php.ini) :) Thanks. Ken Vandegr

[PHP-WIN] Sessions working/not

2007-02-07 Thread Ken Kixmoeller -- reply to [EMAIL PROTECTED]
s are the same on both machines. Seems to me I made this choice at some point, but now my feeble brain can't bring it up. "Anyone? Anyone?" Ken (Sorry for cross-posting --- not sure of etiquette here. Please inform if necessary.) -- PHP Windows Mailing List (http://www.php.

[PHP-WIN] SSL on Windows Server 2003

2007-02-05 Thread Vandegrift, Ken
cation would be much appreciated. Thank you. Ken Vandegrift [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Web Administrator Sharis Mgmt. Corp

RE: [PHP-WIN] Payflow Pro used as a COM object

2006-11-29 Thread Vandegrift, Ken
feasible. Do you think it is a garbage issue with multiple COM objects in memory? How does Windows cleanup after itself if the come object is no longer referenced? Anyway, thanks for your help. Ken Vandegrift [EMAIL PROTECTED] Web Administrator Sharis Mgmt. Corp -Original Message- From

[PHP-WIN] Payflow Pro used as a COM object

2006-11-29 Thread Vandegrift, Ken
ransaction($pfproContext, $params, strlen($params)); $this->responseToArray($response); // CLOSE CONNECTION WITH VERISIGN $this->pfpro->DestroyContext($pfproContext); Ken Vandegrift [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Web Administrator Sharis Mgmt. Corp

[PHP-WIN] SSL and Payflow Pro

2006-07-10 Thread Vandegrift, Ken
enabled OpenSSL, the error disappeared and the web service worked. Just trying to get a handle on whether there is addition functions I need to use to encrpty data to these services. As always, thanks in advance for all the advise and suggestions. Ken Vandegrift [EMAIL PROTECTED] <mailto:[EM

[PHP-WIN] Dynamic HTML table sort with PHP

2006-07-07 Thread Vandegrift, Ken
will dynamically rewrite the href attribute of the link, but I was hoping for a pure PHP solution in case JavaScript is disabled. Thanks. Ken Vandegrift [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Web Administrator Sharis Mgmt. Corp

[PHP-WIN] WSDL Parsing Error Question

2006-06-23 Thread Vandegrift, Ken
r because the vaiable placeholders are not replaced with actual values or is this typical when viewing a WSDL file in a browser? I am experimenting on a dev box running Windows 2003 server PHP 5.1.2 on a non-SSL connection. Any suggestions would be appreciated. Thanks. Ken Vandegrift [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

[PHP-WIN] Transactions and PDO

2006-06-21 Thread Vandegrift, Ken
rite(LOG_DIR, 'order', "\r Order::dbUpdateOrder \r" . "[UPDATE SQL] => " . $sql . "\r" . "[DB ERROR] => " . $e->getMessage() . "\r" . "**" ); $this->error = 'The system has encountered an error and is unable to update this order. ' . 'Please contact the system administrator.'; $stmt = null; return false; } } Ken Vandegrift

[PHP-WIN] SOAP newbie help

2006-06-19 Thread Vandegrift, Ken
oap.dll set in the php.ini and IIS6 has been restarted. I apologize for the vague nature of my request - but not sure of the exact question to ask quite yet. Thank you. Ken Vandegrift

RE: [PHP-WIN] Problems with Database Singleton Class

2006-04-14 Thread Vandegrift, Ken
$instance; } Ken Vandegrift -Original Message- From: Martin Vidovic [mailto:[EMAIL PROTECTED] Sent: Friday, April 14, 2006 10:58 AM To: php-windows@lists.php.net Subject: Re: [PHP-WIN] Problems with Database Singleton Class On Friday 14 of April 2006 17:51, Vandegrift, Ken wrote

[PHP-WIN] Problems with Database Singleton Class

2006-04-14 Thread Vandegrift, Ken
y application: $db = WebDBConn::getInstance(); $db->prepare($sql); (Fatal Error occurs right here - WebDBConn::prepare() undefined method) Shouldn't $db be an instance of PDO??? Any help would be greatly appreciated. Ken Vandegrift

[PHP-WIN] PHP include problem

2005-12-22 Thread Ken Yarbrough
hly appreciated. If anyone is confused by my description, you can simply visit the webpage at ' http://www.ohhol.com/tar/main.php ' In the Navigation, under 'Rants' click 'Mission Statement' and it SHOULD load http://www.ohhol.com/tar/rants/mstatement.php - But for me it do

[PHP-WIN] Include problem

2005-12-22 Thread Ken Yarbrough
"news.php" and then when you click a link, it should include the new page's content into the content box on the website. Instead, it doesn't show anything. I thought it might have been a browser problem, but I tested it with the newest FireFox and IE. Any help would be hig

[PHP-WIN] Include problem

2005-12-22 Thread Ken Yarbrough
"news.php" and then when you click a link, it should include the new page's content into the content box on the website. Instead, it doesn't show anything. I thought it might have been a browser problem, but I tested it with the newest FireFox and IE. Any help would be hig

[PHP-WIN] Problem with PHP functions under Win2K3

2005-04-07 Thread Ken
On Apr 7, 2005 12:11 PM, Juhász Zoltán <[EMAIL PROTECTED]> wrote: > > Hi! > > I installed PHP 4 on Windows 2003 Enterprise to test it. Some functions > cannot work, example $REMOTE_ADDR, $HTTP_ACCEPT_LANGUAGE, etc. > All functions get back an error: > > Notice: Undefined variable: HTTP_ACCEPT_LA

[PHP-WIN] Accessing MSWord Error - New to PHP

2005-04-01 Thread Ken Woad
rs to open word as it appears in the processes. Error message: 1. php.exe has caused a problem and will close. (standard windows) 2. In browser : Specified CGI application is misbehaving by not returning a complete set of HTTP headers. Any pointers or help will be gratefully received.

[PHP-WIN] Accessing MS Word errors

2005-04-01 Thread Ken Woad
rs to open word as it appears in the processes. Error message: 1. php.exe has caused a problem and will close. (standard windows) 2. In browser : Specified CGI application is misbehaving by not returning a complete set of HTTP headers. Any pointers or help will be gratefully received. Ken [EMAIL

RE: [PHP-WIN] Re: Automated Login

2004-04-28 Thread Ken Sanderson
You can use fsockopen() to build the HTTP header you are sending to a web site in order to mimic a post form submission. Ken -Original Message- From: Jason Barnett [mailto:[EMAIL PROTECTED] Sent: April 28, 2004 3:25 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: Automated Login Ron

[PHP-WIN] Re: php 4.3.x and IIS 6

2003-10-09 Thread Ken F
It is set up that way. I must have something not right in my php.ini file. I'll have to comb through it, I'll post again if I can't find it "Shadow" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > It definitely works..Php.ini goes into the \windows directory (be sure > to edit ac

[PHP-WIN] php 4.3.x and IIS 6

2003-10-09 Thread Ken F
I cannot for the life of me get php to work on Server2003/IIS 6 I have tried the itapi version and the CGI version, just wont work. I have followed the same method a thousand times on earlier versions of IIS - it always works. Could use some help Thanks Ken -- PHP Windows Mailing List (http

RE: [PHP-WIN] Re: XML->HTML using PHP

2003-09-30 Thread Ken Sanderson
After I hit send I thought of something I should have added. The beauty of doing it with PHP is that it becomes browser independent, which is likely a drawback of doing it in straight javascript like I described. Ken -Original Message- From: Ken Sanderson [mailto:[EMAIL PROTECTED] Sent

RE: [PHP-WIN] Re: XML->HTML using PHP

2003-09-30 Thread Ken Sanderson
page, all javascript. The params part is that I am pulling the XML file to load from the URL, so you can ignore that treat xmlfile as your xXml. Ken var objXML = new ActiveXObject("Microsoft.XMLDOM"); var domstyle = new ActiveXObject("Microsoft.XMLDOM"); var params = location.search

[PHP-WIN] dom xml extension questions

2003-05-31 Thread Ken Sanderson
move a iconv.dll file to your system 32 folder, which I did. I have rebooted the machine a few times for good measure. What am I missing? Do I need to install the GNOME libraries? I assumed it came with the package, perhaps I am wrong? Any other thoughts or suggestions? Thanks, Ken -- PHP

[PHP-WIN] Trouble w/Apache on WinME

2002-04-18 Thread Ken Villines
with ASP pages. Thanks -Ken -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Problems with php4, iis and mssql70

2002-02-07 Thread Ken Kelly
I have tried this on both NT4 and Win2000. I am running IIS with php4. My database is Sql server 7.0. I have uncommented the php_mssql.dll in php.ini and made sure the dll is in the extensions folder. I set up the SQL server client network utility. IIS and php start up and work fine. Actual

[PHP-WIN] Re: IE 5.5,authentication,PHP sessions: IE never stops

2001-03-05 Thread Ken
ve tried. It changes the realm when appropriate. It sets a flag in the database when the user hits logout. And it works the way it should. Just in IE 5.5 (on the machines I'm testing on) do I get this horrible behavior. - Ken >Later, Chris. -- PHP Windows Mailing List (http://www.php.n

[PHP-WIN] Re: IE 5.5,authentication,PHP sessions: IE never stops

2001-03-05 Thread Ken
will continue to send it with page requests. This happens when you hit "cancel" on the new password prompt. You'd think it would forget the username and password at this point, but it doesn't. You have to clear the password field and hit OK. Crazy, huh? - Ken -- PHP Win

[PHP-WIN] Re: IE 5.5,authentication,PHP sessions: IE never stops

2001-03-04 Thread Ken
IE doesn't let you install an older version! Anyway, can someone please test to see if this doesn't happen in IE5.0? I really hate this situation, yessir. - Ken -- PHP Windows 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]

[PHP-WIN] Re: IE 5.5,authentication,PHP sessions: IE never stops

2001-03-04 Thread Ken
At 03:11 PM 3/4/01 -0600, Don Read wrote: >On 04-Mar-01 Ken wrote: > > I know about the auth logout. Unfortunately, that means that when a user > > clicks "logout", he gets a "log in" prompt! And, in IE, he has to > > deliberately blank out the passwo

[PHP-WIN] Re: IE 5.5,authentication,PHP sessions: IE never stops running?

2001-03-03 Thread Ken
to not using browser authentication at all, and instead deal with the nuisance or security risk of passing along authentication information in the session, and requiring the user to click "logout" when it's time to logout (forcing a destruction of the information stored

[PHP-WIN] IE 5.5,authentication,PHP sessions: IE never stops running?

2001-03-03 Thread Ken
P_AUTH_PW...there's no way these can be set unless the browser were already running and the user had previously entered them into their prompts, right?) Has anyone else run into this? My application works perfectly under Netscape 4, IE 4, and Opera 5. Thanks, Ken -- PHP Windows Mailing