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
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
> 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
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
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
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 - 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
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