fmbug Posted July 14, 2011 Posted July 14, 2011 Dear friends, I am working on a Integration project with php API. and in reports it is giving a problem. Reports are displayed in anywhere in India on any platform, whether it is MAC or Windows. But in USA it is only viewable in MAC, not in Windows in USA. In USA they are using Firefox 5.0. -------------------------------------------- And in Reports part only we have categories like Construction, Design & Development, Operation, blank categories. It is giving the correct sum of the categories like Design, Operation and Blank field but giving wrong sum in case of Construction, here I am using the same loop for all. Please help me as soon as possible. I m in hurry.
Genx Posted July 14, 2011 Posted July 14, 2011 Sounds like you have a problem with your code... Unfortunately you haven't actually given any real or pertient information so no-one will be able to help you.
webko Posted July 14, 2011 Posted July 14, 2011 Run the final code through http://htmlhelp.com/tools/validator/ - I'm betting you have invalid html being output...
fmbug Posted July 19, 2011 Author Posted July 19, 2011 Thanks to all. This problem has been resolved...
webko Posted July 20, 2011 Posted July 20, 2011 Thanks to all. This problem has been resolved... In order to possibly help other people later on, could you tell us how this was resolved? Cheers Webko
Deepak Kumar Posted July 22, 2011 Posted July 22, 2011 Solution to this topic: any body fetching the data simply from database to webpage, one should use string replace function in php code in order to avoid any data error.
Genx Posted July 24, 2011 Posted July 24, 2011 Solution to this topic: any body fetching the data simply from database to webpage, one should use string replace function in php code in order to avoid any data error. To replace what? The getField() function already encodes all potentially invalid strings as html.
Recommended Posts
This topic is 5127 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now