[PHP-WIN] How to retrieve a result from a function using the OCI interface to ORACLE

2006-04-19 Thread Leonardo Javier Belén
Dear Friends, I am quite lost here. I am implementing quite a lot of functions and packages in ORACLE to actualize data, but I dont see possible yet to call successfully the function. Given the following code: "Declare res NUMBER Begin res := foo('bar'); end;" I cannot get the value of

[PHP-WIN] Newbie, PHP Script not sending email in WinME and PWS

2006-04-19 Thread verci
Hi I've installed PHP version 5 in my machine running WinME, Personal Web Server and Internet explorer 6.0.2800.1106, 128 Bit, to have my site on the net, the script I use (below) in my web page named feedbak.php http://www.iodatamicro.homeip.net/Contact.html"; ; $errorurl = "http://www.iodata

Re: [PHP-WIN] Newbie, PHP Script not sending email in WinME and PWS

2006-04-19 Thread Ariz Jacinto
one way to troubleshoot your problem is to run the simplest mail script (w/o From, etc. headers) and invoke it by commandline or over the web. if you still can't send emails, try replacing the SMTP domain name with an IP address. if the problem still persist, check your connection to the SMTP ser