How can I run a php script that has a connection to mysql from the command line (without a web server). If I execute the script normaly "php -f script.php" e get an error saying "call to undeifned function mysql_connect() in ...". I need this to use in a java call (Java-PHP Bridge). Thanks