Problem in database after uploading the side

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
no1shah
Forum Newbie
Posts: 16
Joined: Tue Feb 10, 2004 2:20 am
Contact:

Problem in database after uploading the side

Post by no1shah »

hello friends,
i had designed a site using php and mysql ,it is working correctly in local host(LAN).after uploading the site on net it cannot fetch data from database,althow it is inserting the data in the tables,i think it is problem regarding privileges can any body suggest me the solution.
mahara
Forum Commoner
Posts: 37
Joined: Wed Nov 13, 2002 1:08 am
Location: Bandung, Jawa Barat, Indonesia

Re: Problem in database after uploading the side

Post by mahara »

no1shah wrote:... after uploading the site on net it cannot fetch data from database,althow it is inserting the data in the tables. ...
What do you mean by that? Is it you can insert any data to the DB but you can't query it later or query any existing data?
no1shah
Forum Newbie
Posts: 16
Joined: Tue Feb 10, 2004 2:20 am
Contact:

Post by no1shah »

Yes Exactly
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Post by malcolmboston »

whats the error message?
Post Reply