Page 1 of 1

insert and search problem

Posted: Mon May 08, 2006 9:26 pm
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

Posted: Mon May 08, 2006 11:27 pm
by s.dot
what's your definition of corrupt?
any errors?

Posted: Tue May 09, 2006 1:01 am
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.