Skip to content
  • Home
  • About Me
  • Contact
Code Verse

Mission to unlock the mysteries of the Code verse

Category: PHP

Laravel PHP

How to create a custom logger for Laravel

By Sathish | October 4, 2022October 4, 2024 by Sathish

In this article, we will be looking at how to create a custom logger for Laravel. Here, we are going to create a CustomLoggerFactory and a custom Formatter to output the message. 1) Creating CustomLoggerFactory…

HTML PHP Technology

Handling Multiple Images Upload – PHP Mysql

By Sathish | May 4, 2011 by Sathish

First you need to create File Upload form, Use the following html form, <form method=”post” action=”” enctype=”multipart/form-data”> Choose a file to upload : <input type=”hidden” name=”MAX_FILE_SIZE” value=”100000″><input name=”uploadedfile” type=”file”> </form> Use the following in the…

Mysqli PHP Technology

Php Mysqli extension

By Sathish | October 11, 2010 by Sathish

The MySql Improved Extension, a.k.a mysqli is faster more improved version of existing mysql. It is available in PHP 5 or later versions. The source code of mysqli is available at ext/mysqli. For further information…

© 2025 Code Verse | WordPress Theme Design by Superb