[PHP-DB] Bindbyname error in solaris

2002-03-06 Thread Mohammad Saad
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

Re: [PHP-DB] Am I doing This Right?

2002-11-01 Thread Mohammad Saad
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

[PHP-DB] Best reporting Tool

2002-11-13 Thread Mohammad Saad
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

Re: [PHP-DB] Weird PHP behavior...

2003-02-06 Thread Mohammad Saad
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

[PHP-DB] Wrapper classes

2003-07-21 Thread Mohammad Saad
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