Hello, on dapper, I use php4 in both ways: as apache module and as CLI. Suprisingly, when I use PHP as CLI, mysql_connect() doesn't work. I get the following error: Fatal error: Call to undefined function: mysql_connect() But it works fine in the apache module environment. Any ideas? thanks, Christian