Recent content by jay41

  1. J

    Help How to prevent looping again the tbody

    Its still the same looping the td data twice when I load the page
  2. J

    Help How to prevent looping again the tbody

    Im using data stored from session and when I refresh the page the tbody and the td is looping and printing again. How to prevent looping again the tbody when refreshing the page without unsetting the session. Here's my code $html.="<table border='1' width='100%' style='padding-top: 8px...
  3. J

    Help Replace function in Javascript equivalent to PHP

    What is the equivalent php code of this javascript code. data.replace(/(\d)(?=(\d\d\d)+(?!\d))/g, "$1.");
  4. J

    Help Question for bot

    I tried but not working
  5. J

    Help Question for bot

    Is there any php code to work it on https?
  6. J

    Help Question for bot

    Hi bot, im using dompdf and when I generete pdf through htttps the image is not loaded. What is the reason?
  7. J

    Help Question for bot

    Hi bot Im using dompdf. In generating pdf in my local. The image is showing but when I add it on test server. The image is not loaded in exported pdf. The image path is correct and its show when I print_r() the $html. Here is my code. $dompdf = new DOMPDF(); $options =...
  8. J

    Help Question for bot

    It is only happen when I open the csv in MS excel. Is there any solution?
  9. J

    Help Question for bot

    What is the solution?
  10. J

    Help Question for bot

    Not working it shows 17
  11. J

    Help Question for bot

    But in csv export it is only 17
  12. J

    Help Question for bot

    but the . on that number is serve as decimal
  13. J

    Help Question for bot

    Hi bot during the csv export in datatable. The number after the dot(.) is not added. Here's my code. customize: function (csv) { var rows = csv.split('\n'); var row1 = ['<?php echo _('Total Transaction:'); ?>', '4']; var row2 = ['<?php echo...
  14. J

    Help Question for bot

    Its working. Thanks
  15. J

    Help Question for bot

    The Total Transaction: and the value is not added at the top of the following data
Back
Top