Add the following CSS for print area html tag:
Showing posts with label Codeigniter. Show all posts
Showing posts with label Codeigniter. Show all posts
Sunday, March 5, 2023
Remove header and footer text when click print button in Codeigniter
Tuesday, December 28, 2021
Track from where method is being called in codeigniter
For example, suppose your function name is test, use below code
Code:
function test( )
{
$backtrace = debug_backtrace();
print_r( $backtrace );
}
It will print the details from where the test method is being called.
Subscribe to:
Posts (Atom)
Reset Ubuntu with factory reset & and reinstall
Try configuring unconfigured packages: sudo dpkg --configure -a Update the contents of the repositories sudo apt-get update Try to fix mis...
-
Put the following code in a TXT file and save as "file.cmd" then run the cmd file as administrator. @echo off title Activate Micr...
-
We can install PowerMTA on the server. rpm -ivh /home/PowerMTA-4.0r6.x86_64.rpm You will see the output like this Preparing... #############...
-
# $Id: config 2015-03-24 16:00:00 Jack $ # Sample PowerMTA configuration file # PowerMTA Multiple Virtual PMTA config file sample # # E-mai...