Page 32 of 56

How to find when table was last updated using PHP MySQL

Last updated on April 8th, 2022 at 11:34 amIt is always a requirement for the web developers to display the date in which their website record / table was last updated or the last date when a user has posted some comments etc., Here I am going to explain how to Find table update using […]

How to find IP address using Perl

Last updated on November 22nd, 2024 at 11:03 amA script designed to determine your IP address has been created. Two methods for locating the IP address are provided. This Perl script utilizes CGI to obtain and present the client’s IP address. 1] Using remote_addr() function 2] Using the environmental variable $ENV{REMOTE_ADDR} in perl. Let us […]

How to send html email using shell script

Last updated on October 4th, 2022 at 12:59 pmIt is a good idea to use sendmail command to send an html email from a linux or unix server. By using this command the email content will be displayed in HTML format (not just HTML code). In this tutorial I will be covering two options to […]

How to use session in php

Last updated on January 17th, 2023 at 02:37 pmA PHP session can be used to store information or change settings for a user. Usually a session variables hold data about one single user, and are available to all pages in one application. Below script will help you understand on how to store, retrieve and delete […]

« Older posts Newer posts »