[PHP] Re: Php exec

2007-12-23 Thread Christophe Gosiau
Try to configure courier te read his mailboxes/users from mysql? mattias schreef: If i use courier-mta Can i create a php script wich create mailboxes? And users Hope any understand -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Try{} Catch()

2007-12-23 Thread Christophe Gosiau
Try{} catch{} makes more sense when your application is Object Oriented and you use the MVC model. Your library performs some actions but when an error occures, it can't write directly to your browser. Your modules speak with your library and checks if an error occures.. If so a decent error mes

[PHP] PHP interprocesss communication

2007-12-23 Thread Christophe Gosiau
Hi, I'm trying to write the following program: A browser connects to an apache web-server where a PHP application is running. Most of the actions of the application are Mysql database actions. There are however also actions that needs to be done on the client side but that are not possible insid