Write a PHP script to get the client IP address
Introduction PHP is a server scripting language, and It is a powerful tool for making interactive and dynamic Web-pages. I …
Introduction PHP is a server scripting language, and It is a powerful tool for making interactive and dynamic Web-pages. I …
Introduction Write a Python program to compute the greatest common divisor (GCD). I have used python 3.7 compiler for debugging …
Introduction Write a Python program to solve (x + y) * (x + y). I have used python 3.7 compiler …
Introduction Write a Python program to check whether a file exists. I have used python 3.7 compiler for debugging purpose. …
Introduction Write a Python program to find whether a given number is even or odd. I have used python 3.7 …
Introduction Write a Python program which accepts the user’s first and last name and print them in reverse order. I …
Introduction Write a Python program which accepts the radius of a circle from the user and compute the area. I …
Introduction Write a Python program to display the current date and time. I have used python 3.7 compiler for debugging …
Introduction How to define define a table in HTML <!DOCTYPE html> <html> <head> <meta charset=”utf-8″> <title>www.techstudy.org</title> </head> <body> <table border=”1″> …
Introduction How to define a section that is quoted from another source in HTML. <!DOCTYPE html> <html> <head> <meta charset=”utf-8″> …