Page 1 of 1

PHP COnfiguration

Posted: Sun Mar 04, 2007 6:25 am
by policephp
Dear All,

I am learning PHP. I have setup the EasyPHP and made the necessary configurations and everythign is fine. Now I build a small website and it also consist of creation of database db_create(). When I test on my local pc it worked fine but when I put it on the web host server, an error appears,

Fatal error: Call to undefined function: dbase_create() in /home

Please can some one guide me how I need to setup my webhosting account such as PHP and mySQL admin. I am really confused. Please help!!!

Rgds

Posted: Sun Mar 04, 2007 6:36 am
by Chris Corbyn
Please don't doube-post. I've deleted your duplicate.

:arrow: Moved to PHP Code

Posted: Sun Mar 04, 2007 7:17 am
by policephp
ok sorry for that

Posted: Mon Mar 05, 2007 3:28 pm
by RobertGonzalez
Did you upload all your files? That error message means you are calling a function that PHP cannot locate.