Debug PHP API function using output to a file
Add ob_start(); function from where you want to put output to a file Use following function to get output of code execution : $contents = ob_get_contents(); Put the content to a file:
Read More...Add ob_start(); function from where you want to put output to a file Use following function to get output of code execution : $contents = ob_get_contents(); Put the content to a file:
Read More...Step 1 – Installing Apache Update the package list for upgrades and new packages: sudo apt-get update Now Apache can be installed. sudo apt-get install apache2 Step 2 – Installing MySql Install
Read More...Update System Install PHP 8.2 If system doesn’t found this package, then add Ondrej repository : Update system: Install main extensions of PHP 8.2 Check PHP installed version: Check installed extensions:
Read More...For PHP 7.x sudo service php7.x-fpm startsudo service php7.x-fpm stopsudo service php7.x-fpm restart <- restart itsudo service php7.x-fpm reload <- Reload configuration without start For PHP 8.x sudo service php8.x-fpm startsudo service
Read More...Update the cache using: Install the package using:
Read More...Add UITextField in your controller or view Now extend defined class with UITextFieldDelegate:
Read More...Exporting from MySQL : Eg. : mysqldump -u root -p blueheri > blueheri.sql Importing to MySQL : Eg. mysql -u root -p blueheri < blueheri.sql
Read More...Add following lines in PHP file: ini_set(‘display_errors’, 1); ini_set(‘display_startup_errors’, 1); error_reporting(E_ALL);
Read More...A. ) Temporary Solution If you installed new version of ruby, but ruby -v still showing old version. Install rbenv by following commnd: $ brew install rbenv $ export PATH=”$HOME/.rbenv/bin:$PATH” $ eval
Read More...Certificate received from server is NOT trusted by this system, an exception has been added by the user to trust this specific certificate.Failed to initialize NLA, do you have correct Kerberos TGT
Read More...