Save current timestamp in MySQL using PHP mysqi binding
How to save the current timestamp in MySQL using PHP mysqi binding.
macOS - cannot calculate MAC address: Using fd 9 hv_vm_create HV_ERROR [PHP XAMPP]
How to fix cannot calculate MAC address: Using fd 9 hv_vm_create HV_ERROR [PHP XAMPP] on macOS
Installing vue.js in Laravel 8
If you are using PHP framework Laravel 8 and want to install Vue.js here is how you can do it.
Delete file using PHP code : unlink()
How can we delete a file or files using unlink() method in PHP programming with examples.
PHP drag and drop file upload tutorial using dropzone.js
Drag and drop file upload to server tutorial using dropzone.js library.
403 forbidden error for Image
How to resolve 403 Forbidden error for an image. The image is not displayed on the webpage.
PHP Fatal error : Call to a member function bind_param() on a non-object
How to resolve PHP Fatal error: Call to a member function bind_param() on a non-object at line 52 kinds of errors.
PHP 301 Redirect Permanently
How to permanently redirect a PHP page using 301 redirect. And why not to use a 302 moved temporarily redirect with examples.
Call PHP function on Button click using jquery ajax
How to call a php function from a html page when a button is being clicked using jQuery ajax function.
Failed to load resource: net::ERR_CACHE_MISS PHP
How to resolve Error Failed to load resource: net::ERR_CACHE_MISS displayed in Chrome Developer Console.
PHP Warning: Cannot modify header information - headers already sent
How to resolve Warning: Cannot modify header information - headers already sent Error in PHP.
PHP Code for sending Emails
PHP Code snippet for sending an Emails to a particular user email-id. Examples included.
PHP Base64 encoding decoding a variable
How we can Base64 encode or decode a variable in PHP using base64_encode() function.
Copy file from one directory to other in Php
How we can copy file from one directory (folder) to other using PHP script example.
Upload docx file using PHP script
How to upload an Microsoft docx file on on the server using PHP script.
PHP Script to Upload Images to Server
PHP Script to Upload Images to Server with extensions jpg, png, jpeg and gif formats.
PHP header location function not called
There can be various reasons why Header location function is not executed when called from a php file. Here is a check-list to solve such a issue when encountered.
PHP.ini: How to Remove URL Forward Slash Before Single or Double Quotes
Learn how to remove URL forward slashes before single or double quotes in the php.ini file with this easy-to-follow tutorial for troubleshooting.