RE: [PHP-DB] List menus

2006-12-05 Thread Vincent DUPONT
Hello, there is a very good menu to do this : see PEAR html_menu (see http://pear.php.net, search for package HTML_Menu) this has various menu types. One is the 'tree' (vertical list), the other is the 'urhere', which will display the 'You are in:...' menu. I guess this is mhat you need. This

RE: [PHP-DB] Special Character

2006-11-23 Thread Vincent DUPONT
Hi, You can maybe have a problem between a UTF-8 webserver and a ASCII (latin or whatever) database? Do you know the default_charset of your webserver (check the php.ini) and do you know the charset of your database? and the charset of your oracle client ? all 3 will play a role... this :

RE: [PHP-DB] Special Character

2006-11-22 Thread Vincent DUPONT
I you use a SQL adapter, like ADO, it could do the htmlentities it self... However, if you would like to change this, note that oracle will consider some chars as 'special chars', like (if I remember well) the . To be able to insert a string with these chars, you need to search/replace them by

RE: [PHP-DB] Problem with insert BLOB into Oracle

2006-10-05 Thread Vincent DUPONT
Hello you can not insert a lob this way. Refer to the php manual pages at http://www.php.net/oci And search for Example 3. Inserting data into a CLOB column Vincent -Original Message- From: Rosen [mailto:[EMAIL PROTECTED] Sent: jeudi 5 octobre 2006 14:43 To: php-db@lists.php.net