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, […]

How to animate button using Jquery

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 […]

« Older posts Newer posts »