Page 34 of 58

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

How to use javascript confirm

Last updated on January 9th, 2023 at 09:33 amJust a simple javascript confirmation dialogue box. This is very essential when it comes to a webpage where there is a edit or delete option.If the user is not ready to move forward then they can stay in the same page. Here is the script. The above […]

« Older posts Newer posts »