insert and search problem

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
ija
Forum Newbie
Posts: 11
Joined: Wed Aug 03, 2005 11:14 pm

insert and search problem

Post by ija »

hi guys..!

i developed a web system which are using some application form (insert and search). before i upload it into my server hosting all the application working succesfully on my computer. But, it corrupt when it uploaded into server. i
have no idea,what's wrong.is that all about database?

4 ur info, on my computer i used apache and mysql 3.23.47 as testing server and on real server(plesk 7.5.2) using apache and mysql 3.23.58.

is there anything that i must setup 4 the database on plesk 7.5.2?

plz help me!;)

tq
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

what's your definition of corrupt?
any errors?
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Plesk, no there is nothing special you need to set up, unless you have not set up your root account in MySQL. Check to make sure that mysql is running and that the same db connection string parameters you use locally are the ones that are set up in your hosted DB.

Also, make sure when sending your files to your hosted server via FTP that your PHP scripts are sent as ASCII instead of Binary. Other than that, you will have to post more in order for anyone here to be able to help you.
Post Reply