Date: 08/15/00
- Next message: Nold, Mark: "RE: [PHP-DB] Apache, php and Oracle"
- Previous message: php-db-help <email protected>: "ezmlm warning"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
When I want to execute this code:
$SQL1 = 'SELECT * FROM users ';
$connection = ibase_connect($ip,$user,$pass);
$query = ibase_query($connection, $SQL1);
An alert message comes and says that PHP has performed an
illegal operation.
Ibase_connect works correctly, the problem is coming from
ibase_query. How can I correct this or what may be the reason?
I use win98+apache+interbase6
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Nold, Mark: "RE: [PHP-DB] Apache, php and Oracle"
- Previous message: php-db-help <email protected>: "ezmlm warning"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

