Re: [PHP] running PHP through command shell

2003-03-19 Thread Travers Carter
Jason Wong wrote: > On Wednesday 19 March 2003 16:34, Foong wrote: > >> Does anybody knows why I get call to undefined function for mysql_connect >> when running PHP through command shell. but it works fine when accessing >> the script through web browser. > > Most likely your php binary (CLI, n

Re: [PHP] running PHP through command shell

2003-03-19 Thread Jason Wong
On Wednesday 19 March 2003 16:34, Foong wrote: > Does anybody knows why I get call to undefined function for mysql_connect > when running PHP through command shell. but it works fine when accessing > the script through web browser. Most likely your php binary (CLI, not module) was not compiled wi

[PHP] running PHP through command shell

2003-03-19 Thread Foong
Does anybody knows why I get call to undefined function for mysql_connect when running PHP through command shell. but it works fine when accessing the script through web browser. Foong -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php