Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I develop one mobile website. I connected mysql database. It's working on desktop side. But in mobile it does not working. So is it possible to use mysql database for mobile website?
Posted
Comments
krumia 11-Jun-12 5:51am    
Are you 'using' your mobile as the server or something?
Sandeep Mewara 11-Jun-12 5:53am    
What error you get?
SelvaSudha 11-Jun-12 6:33am    
i don't get any error. database functionality does not work

1 solution

This should have no effect on that...

I've developed a couple of web sites with MySQL and PHP, and both of them work properly even in my blackberry... so you should definitely take a look at your PHP, probably you are not using the same code when navigating from a phone and therefore you are not calling the functions propoerly... apart of that it should definitely work...

Why don't you post part of the code? (we will have more information to help you).

Have you tried to remove any extra code in order to be able to see if small things work?

MySQL and PHP work on server side, in fact you are getting only the HTML resultant page and therefore you should not see any difference.

Check the coding you have and see if you are calling different code depending on the platform you are using.

Good luck...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900