[PHP-DB] store procedure on odbc-DB2

2005-02-03 Thread Tatang Widyanto
Hi there everyone, I use *nix-ODBC to connect DB2 server. When i called a store procedure within an iteration, i got some "no rows found" message (not all store procedure calling) on odbc_result_all. But actually that SP calling has a result when I tested it on BD2 command central. Then when I c

Re: [PHP-DB] PHP5 & classes & mysql bug ?

2005-02-03 Thread Jochem Maas
Viacheslav Kaloshin wrote: Here is testcase PHP 5.0.3 (cli) (built: Dec 17 2004 10:47:41) Copyright (c) 1997-2004 The PHP Group Zend Engine v2.0.3, Copyright (c) 1998-2004 Zend Technologies class MySQL { private $mysql_link=0; private $mysql_result=0; function __construct() { $host="localho

Re: [PHP-DB] PHP5 & classes & mysql bug ?

2005-02-03 Thread Martin Norland
Viacheslav Kaloshin wrote: Here is testcase PHP 5.0.3 (cli) (built: Dec 17 2004 10:47:41) Copyright (c) 1997-2004 The PHP Group Zend Engine v2.0.3, Copyright (c) 1998-2004 Zend Technologies class MySQL { private $mysql_link=0; private $mysql_result=0; function __construct() { $host="localho

[PHP-DB] PHP5 & classes & mysql bug ?

2005-02-03 Thread Viacheslav Kaloshin
Forget about it. Problem solved. RTFM ;-) -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] PHP5 & classes & mysql bug ?

2005-02-03 Thread Viacheslav Kaloshin
Here is testcase PHP 5.0.3 (cli) (built: Dec 17 2004 10:47:41) Copyright (c) 1997-2004 The PHP Group Zend Engine v2.0.3, Copyright (c) 1998-2004 Zend Technologies $mysql_link=$link; echo "At constructor: "; echo $this->$mysql_link;

[PHP-DB] Re: Form Mail Script/ Class

2005-02-03 Thread pete M
www.hotscripts.com - there's hundreds Malcolm JC Clark wrote: I am looking for a good reliable php script/ class to process enquiries. Maybe there is a de facto php script/ class like Matts perl Script Archive? Kind Rgds Malcolm -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, vis

Re: [PHP-DB] Form Mail Script/ Class

2005-02-03 Thread Jochem Maas
Malcolm JC Clark wrote: I am looking for a good reliable php script/ class to process enquiries. Maybe there is a de facto php script/ class like Matts perl Script Archive? try phpmailer: phpmailer.sourceforge.net Kind Rgds Malcolm -- PHP Database Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP-DB] insert (database)

2005-02-03 Thread Jochem Maas
Martin Norland wrote: Jochem Maas wrote: Yemi Obembe wrote: the objective of the script below is to first search if a subscriber is already in a list before subscribing his email (so as to prevent double subscription). the select part works finebut the insert doesnt. know why? if ($v = str

[PHP-DB] Form Mail Script/ Class

2005-02-03 Thread Malcolm JC Clark
I am looking for a good reliable php script/ class to process enquiries. Maybe there is a de facto php script/ class like Matts perl Script Archive? Kind Rgds Malcolm -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Connecting To Mysql through php/mysqli

2005-02-03 Thread David Robley
On Thu, 3 Feb 2005 13:49, Graeme wrote: > I like the idea of a mysqli_queasy() function. Maybe it would allow you > to sumbit SQL statements that don't conform to any standard? ;) > > graeme. > > Bastien Koert wrote: > >> the second error is a misspelling in the mysqli_query command >> >> basti