[PHP-WIN] nested resultsets

2002-07-18 Thread Sandeep Murphy
Hi, How do I handle nested resultsets?? like i hv while( $row = $resultSet->fetchRow(DB_FETCHMODE_ASSOC) ) { echo "CODE = ".$row["code"]." NAME = ".$row["name"].""; $policySQL = "SELECT policy_code from profile_policy where profile_code =".$row["code"]; $result

[PHP-WIN] help with csv

2002-07-18 Thread Angie Tollerson
I have put a csv out side my web directory for security issues. I wanted to mail it as an attachment. What is strange is that with Internet Guest permissions on the csv, I am able to write to the file just fine. But i get an error when i try to read it with PHP to send as an attachment. If I mo

[PHP-WIN] Re: Oracle or OCI8

2002-07-18 Thread Philippe Saladin
> I have tried both, it seems Oracle (i.e Ora_?) is much faster but OCI8 is > more powerful. So, how can I tune OCI8 in order to have faster response. ora_* functions are for Oracle 7 only. oci_$ functions are for Oracle 7, Oracle 8 (and I suppose for Oracle 9). So, for future compatibility, oc

[PHP-WIN] How to program for Paypal(IPN), Using Php

2002-07-18 Thread Patanjali Telang
Dear All, I am trying to write a code for posting to https, through PHP 4.1.0, with Apache 1.3.24 , and MySQL 3.23.49 as backend. I know PHP cann't post to SSL and I need to use cURL. Can someone send me the links on how to Install cURL on my machine and use it to accomplish my task. Any help

[PHP-WIN] error compiling example-extension

2002-07-18 Thread Marco Glatz
hi there, i tried to compile the example-extension from the manual under Win32 with VC++ 6.0, but i get these error-messages: test.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) int __cdecl zend_parse_parameters(int,void * * *,char *,...)" (__imp_?zend_par

[PHP-WIN] Re: snmp / php / linux /error

2002-07-18 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Iam trying to use my php file in a Linux machine. > > #!/usr/local/bin/snmp_guard.php -q > > $bat = snmpget("192.168.10.8", "pub_likt", ".1.3.6.1.4.1.2606.1.2.12.0"); > $sum = snmpget("192.168.10.8", "pub_likt", ".1.3.6.1.4.1.2606.1.2

php-windows Digest 18 Jul 2002 10:36:53 -0000 Issue 1247

2002-07-18 Thread php-windows-digest-help
php-windows Digest 18 Jul 2002 10:36:53 - Issue 1247 Topics (messages 14824 through 14831): Re: [PHP] Restart process from code? 14824 by: Brian Huff Re: Restart process from code? 14825 by: Peter Problems in passing parameters 14826 by: Lung Re: Problem in passin

[PHP-WIN] snmp / php / linux /error

2002-07-18 Thread MAAS
Iam trying to use my php file in a Linux machine. #!/usr/local/bin/snmp_guard.php -q Then I start it with php snmp_guard.php All I get is Call to undefeind funcion snmpget() WHY?? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php