Jump to content

redfort

Members
  • Posts

    13
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

redfort's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi, My App is simple ..............I am querying to data base to get the feedbacks of people. with name and there feed back. there are around 2 lac of feed backs. when need to make excel for all the feedback I need to query the data base and process each feedback and put it in excel . tme consuming things are when i make query to fetch all the feedbacks and when process the query result....... let me know if u need any info
  2. Hi , Presently we are preparing an excel for download report by querying to data base. We are querying to DB and looping through each result row and writing to excel. for 2lacs data its too much time. I found the time taken max in DB query and processing the DB data . Ant way I can make it faster ? Any parallel processing I can apply to get it faster......I expecting Huge data report in future.
  3. Hi All, As we know........to export excel sheet the database content....we query the data base and then process the result and using Workbook and header we export the result in excel.................. Is there any way we can reduce the down load time or increase the performance for same. ? Thanks.
  4. Hi All, As we know........to export excel sheet the database content....we query the data base and then process the result and using Workbook and header we export the result in excel.................. Is there any way we can reduce the down load time or increase the performance for same. ? Thanks.
  5. Hi , As we know we validate the user input data while processing the from. We validate to avoid XSS for that we use html filter to filter invalid tags and all. If the data it self contains some tag like data Ex: <HOMETOWN RANGE> . the html filters truncating it to <HOMETOWN> though the the tag is not a HTML tag . Presently i am using Input class filter it s truncating the text. Can any one suggest me some filters where we can avoid data truncation with non- html tags like above.....
  6. use some paramters to identify the submit and refresh ......it works............
  7. Hi , the class is used to validate tags inside a string.....and validate html tag attributes .......and validate the string to to proper way...........to avoid any harmful........ but the tag <HOMETOWN RANGE> is not an html.........and its striping RANGE.......... how can we change the class method.......to avoid this.......... Do we any way we can check HTML Tags and html tag attributes..........
  8. We need some help to change code part of class: InputFilter (@date: 10-05-2005, @version: 1.2.2_php4/php5 ), We are passing string with tag <HOMETOWN RANGE> to function filterTags($source). But the output string will contain only tag <HOMETOWN> and its striping RANGE. Please suggest us some changes so that we can implement the same. Thanks In advance.
  9. Hi i am trying to use xdebug 2.1.0, i have installed it on linux wth php version 5.2.5, Can any one tell me the correct php version for 2.1.0 this . What is this phpize and php-config tools.....where to find and how........tell some examples to use xdebug. Thanks,
  10. Hi , As you may all have experienced this problem is there way we can non-healthy exit of script ..due to memory problem........??? I got to know..we avoid this......by properly managing our php memory by unset function. remove unusable variables and objects from memory......and increasing memory limit in phph.ini Is there any way we can check each time inside the script -to check memory is available or sleep for some time and check again.......to proceed without exit........ Is there a way to catch this fatal error and take necessary steps to avoid exit........ Thanks, redfort
  11. Any other solution ......... As i mentioned.........possible....thinhs
  12. Hi , Increasing memory will be a temporary fix....again it may occurs.........
  13. Hi , As you may all have experienced this problem is there way we can non-healthy exit of script ..due to memory problem........??? I got to know..we avoid this......by properly managing our php memory by unset function. remove unusable variables and objects from memory...... Is there any way we can check each time inside the script -to check memory is available or sleep for some time and check again.......to proceed without exit........ Is there a way to catch this fatal error and take necessary steps to avoid exit........ Thanks, redfort
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.