I redefine boundaries, challenge conventions, and transform bold ideas into flawless digital realities. With over twenty years of technology development experience I forge satisfactory solutions by leveraging a combination of knowledge, focus, and patience.

 

© 2025 Kodej. All Rights Reserved.                                    Terms of Use | Privacy Policy

 

 

Bye get_magic_quotes_runtime()

Bye get_magic_quotes_runtime()

As a PHP developer, you may have come across the get_magic_quotes_runtime() function, which has been deprecated in PHP 7.4.0,

What is Laravel?

What is Laravel?

Laravel is a powerful and elegant PHP web application framework that has been gaining immense popularity among developers.

Upload Resize Image with PHP

Upload Resize Image with PHP

Uploading and resizing a JPEG, PNG, or GIF image file with PHP can be accomplished by using the following provided source code.

PHP Date Time

PHP Date Time

The following PHP code will return a PHP string variable that is the current server date and time like 2021-06-7 19:43:56.

WordPress Get Current User ID

WordPress Get Current User ID

This useful PHP code snippet shows you how to use a WordPress function to get the user id as a PHP string variable and displaying it using echo.

PHP Parse Facebook Friends

PHP Parse Facebook Friends

The following tutorial will show you how to export your Facebook friends, parse JSON using PHP, and import into a MySQL table.