Last updated on December 22nd, 2022 at 07:00 amCertain requirements in production environment [Linux/Unix/AIX] demands a need to have SSH without password prompt from one server to another under some user id. How to accomplish that? Here is the solution and tips on how to approach this . First of all let us take 2 […]
Page 40 of 56
How to view edit and save text file using PHP
Last updated on May 7th, 2025 at 09:05 amManaging text files directly through a web interface can be incredibly useful for content updates, configuration changes, or simple data management tasks. With PHP, you can create a straightforward interface to view, edit, and save text files without needing FTP access or backend tools. Prerequisites Before proceeding, […]
Last updated on August 27th, 2024 at 09:51 amIn this tutorial we are going to create a button which animates after click. This can be used when you have an ajax / dynamic call to a different page and want user to wait with some interactive messaging. Similar to adding a “Loading image or spinner” […]
How to Generate an Image and Add Text Using PHP
Last updated on May 7th, 2025 at 08:04 amCreating dynamic images with custom text can enhance user engagement on your website. PHP’s GD library provides a straightforward way to generate images and overlay text. Prerequisites Before diving in, ensure the following: Step-by-Step Guide Here’s a simple PHP script that creates a 400×200 red image and […]