Re: [PHP-DB] Can't Connect to MySQL local Server

2006-10-27 Thread ROGER DEBRY
Some further information/questions on this problem. I wrote a small program just to see if I could connect to the mysql socket, and I could. Looking at seliunx policy, I note an item called Allow HTTPD scripts to and modules to connect to the network. That item is unchecked. Should it be checked

Re: [PHP-DB] Can't Connect to MySQL local Server

2006-10-27 Thread Matteo Cisilino
Alle 16:36, venerdì 27 ottobre 2006, ROGER DEBRY ha scritto: check if your mysql daemon doesn't skip networking Some further information/questions on this problem. I wrote a small program just to see if I could connect to the mysql socket, and I could. Looking at seliunx policy, I note an

[PHP-DB] Problem with executing Oracle query for creating procedure

2006-10-27 Thread Rosen
Hi, i have problem with PHP and Oracle database. I read with PHP script an sql files like this: create or replace procedure test_proc1(p1 IN number, p3 OUT number) as begin p3 := p1 + 10; end; And when I execute it I receive an error: Warning: ociexecute(): OCIStmtExecute:

Re: [PHP-DB] Can't Connect to MySQL local Server

2006-10-27 Thread ROGER DEBRY
skip-networking is uncommented in the [mysqld] section of my.cnf I did discover something interesting this morning. When starting the MySQL server with mysqld_safe, I cannot connect to the server with my php script. However, I started the server this morning with /etc/init.d/mysqld start, and

[PHP-DB] Converting text field to barcode CODE 39

2006-10-27 Thread Jorge Giménez
Hello. Can anyone tell me where I can find information or examples about printing on screen or in PDF (with FDPF for example) for text fields stored on a MySQL Database with PHP 4 , PHP 5. Best regards, Jorge Gimenez

Re: [PHP-DB] Problem with executing Oracle query for creating procedure

2006-10-27 Thread Christopher Jones
Rosen wrote: Hi, i have problem with PHP and Oracle database. I read with PHP script an sql files like this: create or replace procedure test_proc1(p1 IN number, p3 OUT number) as begin p3 := p1 + 10; end; And when I execute it I receive an error: Warning: ociexecute(): OCIStmtExecute:

RE: [PHP-DB] Converting text field to barcode CODE 39

2006-10-27 Thread Bastien Koert
www.fpdf.org has a free class / tutorial bastien From: Jorge Giménez [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] Converting text field to barcode CODE 39 Date: Fri, 27 Oct 2006 23:49:22 +0200 Hello. Can anyone tell me where I can find information or examples about

RE: [PHP-DB] Converting text field to barcode CODE 39

2006-10-27 Thread Miguel Guirao
Jorge, If you have downloaded FPDF you will se that it comes with a couple of examples that you can use to learn. Miguel Guirao -Original Message- From: Jorge Giménez [mailto:[EMAIL PROTECTED] Sent: Viernes, 27 de Octubre de 2006 04:49 p.m. To: php-db@lists.php.net Subject: [PHP-DB]