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
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
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
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:
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
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
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.
cation would be much appreciated.
Thank you.
Ken Vandegrift
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
Web Administrator
Sharis Mgmt. Corp
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
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
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
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
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]>
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
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
$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
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
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
"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
"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
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
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.
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
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
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
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
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
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
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
with
ASP pages.
Thanks
-Ken
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
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
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]
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
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
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
37 matches
Mail list logo