[PHP] Enable exec() and system() for a directory only

2004-10-18 Thread David Garcia Aristegui
Hello, newbie question: how can i enable exec() and system() for a 
certain directory only? Thank you in advanced.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Book: Web Database Applications with PHP and MySQL

2002-04-30 Thread David Garcia Aristegui

I like it, i think it's the best for beguinners, and it's fine try to work withreal 
examples...

At 10:41 30/04/2002 +0100, Mark Harwood wrote:
Hi All,

Has anyone got a copy of this book yet?  If so, what do you think of it?

Mark



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Newbie Book Database Question

2002-04-25 Thread David Garcia Aristegui

Try PHP and MySQL Web Development, by Luke Welling and Laura Thompson; only one 
thing, maybe you'll have troubles with the form variables, put this code at the 
beginning of all book examples 
foreach (array_merge($_POST,$_GET) as $key=$val) 
{ 
global $$key; 
$$key=$val; 
}
Code made by Alok K. Dhir ;-)



At 08:02 25/04/2002 -0500, you wrote:
Howdy,

I have been developing with ColdFusion for nearly five years and want to
learn PHP. For someone who has never done anything with PHP before, what
*one* book would you recommend as a good primer to get started learning PHP?

Also, do most PHPers use MySQL as your database when building dynamic web
sites, or do you prefer alternative databases like Postgres? From what I
have seen from afar, MySQL seems to be the dominant one, but I have read
that Postgres is more robust.

Thanks in advance and cheers from San Antonio,

Chris Montgomery[EMAIL PROTECTED]

Airtight Web Services   http://www.airtightweb.com
Web Development, Web Project Management, Software Sales
210-490-3249/888-745-7603


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php