Re: [PHP-DB] webhosting with php/mysql and disk quota

2006-02-27 Thread Micah Stevens
Yes, that would be a way to run the script as root, however, you shouldn't run a publically accessable script as root, it's a horribly big hole right into the heart of your system. -Micah On Monday 27 February 2006 1:54 pm, Miguel Guirao wrote: > You could also use the suid bit enable in you

RE: [PHP-DB] webhosting with php/mysql and disk quota

2006-02-27 Thread Miguel Guirao
You could also use the suid bit enable in your permission scripts!! Miguel -Original Message- From: Micah Stevens [mailto:[EMAIL PROTECTED] Sent: Lunes, 27 de Febrero de 2006 02:23 p.m. To: php-db@lists.php.net Subject: Re: [PHP-DB] webhosting with php/mysql and disk quota Yes, howeve

Re: [PHP-DB] webhosting with php/mysql and disk quota

2006-02-27 Thread Micah Stevens
Yes, however, a few of those require root permissions which gets tricky as you DO NOT want to run internet accessable php scripts as root, in which case you're hosed. What I do it run a perl daemon as root that php then connects to as a client and requests actions, and the daemon will only acc

[PHP-DB] webhosting with php/mysql and disk quota

2006-02-27 Thread vassilis
Hello all, is it possible to do the following thing with php/mysql? 1. user registers 2. upon clicking the "submit" button a php script creates a mysql DB with a unique name ( So far so good, till there I have no prob) 3. the specific user gets SELCT INSERT UPDATE rights for his database only.

Re: [PHP-DB] PHP, MySQL and Apache

2006-02-27 Thread Luis Morales
Hi kinfe, To connect to myql from php you only need build your php with mysql support. Now, for render vxml documents you are using apache o IIS ? I recommend LAMP (Linux+Apache+Myql+Php) Regards, Luis Morales On Mon, 2006-02-27 at 16:07 +0100, Kinfe Tadesse wrote: > Hi all, > > I intend

RE: [PHP-DB] PHP, MySQL and Apache

2006-02-27 Thread Miguel Guirao
Answer 1. No, you do not need Apache. You could be using IIS along with PHP and MySQL if that is what you need! But talking about natural relationships, there is nothing better that the great combitation formed by XAMP. Answer 2. There is a MySQL API specially done for PHP, so there is no need t

[PHP-DB] PHP, MySQL and Apache

2006-02-27 Thread Kinfe Tadesse
Hi all, I intend to create a database to be accessed from a voice application. I plan to use MySQL as a database engine and PHP as a scripting language to generate dynamic VoiceXML documents. However, I have two questions I could not get answers to: 1. Do I need to install Apache to work with