PHP COnfiguration

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
policephp
Forum Newbie
Posts: 2
Joined: Sun Mar 04, 2007 6:15 am

PHP COnfiguration

Post 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
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Please don't doube-post. I've deleted your duplicate.

:arrow: Moved to PHP Code
policephp
Forum Newbie
Posts: 2
Joined: Sun Mar 04, 2007 6:15 am

Post by policephp »

ok sorry for that
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Did you upload all your files? That error message means you are calling a function that PHP cannot locate.
Post Reply