Want to download file using php. Here is the sample code. By using it you can download the file in php. you can use it …
Read MoreMonth: February 2018
Php Code Encoding Benefits or which Encoder do I Need?
Php Code Encoding Benefits or which Encoder do I Need? Encoding Benefits PHP scripts can be easily read, changed and run on any PHP enabled …
Read MoreDownload File in php
Download File in php function. Force Download. Here, $filepath = File Full path, where the file exists. $filename = File name of the file , which …
Read MoreAwsome Login Animations
Awesome login Animation.. HTML CODES: <form> <div class=”svgContainer”> <div> <svg class=”mySVG” xmlns=”http://www.w3.org/2000/svg” xmlns:xlink=”http://www.w3.org/1999/xlink” viewBox=”0 0 200 200″> <defs> <circle id=”armMaskPath” cx=”100″ cy=”100″ r=”100″/> </defs> <clipPath …
Read Moreon every third block ul tag will close and new tag open in php
<!DOCTYPE html> <html lang=”en”> <head> <title>Bootstrap Example</title> <meta charset=”utf-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1″> <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css”> <script src=”https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js”></script> <script …
Read MoreChange Server url dynamically for xampp or LIVE server in php
Here, whitelist array contains all the ip address that we uses for xampp or Local server. All all local ip address in the whitelist array …
Read MoreCodeigniter: no-referrer-when-downgrade
Request URL: http://localhost/panel/front/login/ajax/ Request Method: POST Status Code: 500 Internal Server Error Remote Address: [::1]:80 Referrer Policy: no-referrer-when-downgrade If anybody faced this type problem …
Read MoreCodeigniter echoing [::1] instead of localhost
Codeigniter echoing [::1] instead of localhost I am using CodeIgniter 3.16 as a web platform and when redirecting with uri. I’m doing so by using …
Read MoreUndefined property $db in Codeigniter
Severity: Notice Message: Undefined property: CI::$db in codeigniter 3.16 Are you facing any notice saying Undefined property: Home::$db or something like this in your Codeigniter …
Read More