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

2006-10-28 Thread Rosen
Christopher Jones [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] 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;

[PHP-DB] Permissions for mkdirs

2006-10-28 Thread Andrew Darby
Good people of php-db: Forgive me, this is more of a php than a php-db question, but here goes: In a little php/mysql application, I have users ftp over a folder full of images. When they register a folder that's not already in the MySQL db, it creates three different folders (thumb, medium,

Re: [PHP-DB] Permissions for mkdirs

2006-10-28 Thread Andrew Darby
Unfortunately, I can't get in to the conents of the folder to change the permissions! More generally, I'm wondering if there's a better/best practice way of doing this. Or changing the ownership of the file to me--but I'm not sure who is me, and who this file is being created as when I run a

Re: [PHP-DB] Permissions for mkdirs

2006-10-28 Thread Bastien Koert
chmod will work for both folders and files... bastien From: Andrew Darby [EMAIL PROTECTED] To: Bastien Koert [EMAIL PROTECTED] CC: php-db@lists.php.net Subject: Re: [PHP-DB] Permissions for mkdirs Date: Sat, 28 Oct 2006 18:06:36 -0400 Unfortunately, I can't get in to the conents of the