Hello
I have PHP4.10 on solaris with oci8 support. everything seems to work
well. Oracle support is working fine. but I am getting an error when I
am trying OCIBindByName to bind a variable to an out variable of a
stored procedure.
I have checked this code on php4.10 on windows 2k with same da
check the values of these variables
$rTemp = $HTTP_POST_FILES['replay_file']['tmp_name'];
$rName = $HTTP_POST_FILES['replay_file']['name'];
$rSize = $HTTP_POST_FILES['replay_file']['size'];
// Define Replay Upload DIR and FILE name
$rFile = $db_nextid."_".$HTTP_POS
Hi, I wanted to ask a question, Whats the best way of developing reports in
PHP. I mean in case of ASP, developers use Crystal Reports but apparently
PHP doesn't support Crystal Reports. so is there any other tool for me? or
should I use conventional method of writing database queries, PHP paging a
Check path on this require
require_once("/www/DW/prod.lib.php");
something is wrong with this
- Original Message -
From: "NIPP, SCOTT V (SBCSI)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, February 06, 2003 10:17 PM
Subject: RE: [PHP-DB] Weird PHP behavi
Hello all,
I would like to know what is the best wrapper class for Mysql database interface. I
need a kind of class which will return me results of query in an array and take care
of all the cleaning of resources
Thanks all
Mohammad Saad