July 14, 201114 yr 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.
July 14, 201114 yr 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.
July 14, 201114 yr Run the final code through http://htmlhelp.com/tools/validator/ - I'm betting you have invalid html being output...
July 20, 201114 yr 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
July 22, 201114 yr 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.
July 24, 201114 yr 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.
Create an account or sign in to comment