Showing posts from August, 2020

what is a cookie ?

What is a Cookie? A cookie is often used to identify a user. A cookie is a sma…

Write a C Program to sort array element in ascending order

Write a program to sort array element in ascending order Method 1:- # include &…

PHP Session Variables

PHP Session Variables When you are working with an application, you open it, do…

php $_REQUEST variable

Php $_REQUEST variable The PHP $_REQUEST variable contains the contents of both…

The POST Method

The POST Method The POST method transfers information via HTTP headers. The in…

The GET Method

The GET Method The GET method produces a long string that appears in your serv…

PHP global Keyword

PHP  global Keyword The global keyword is used to access a global variable from…

create user-defined manipulation in c++

user-defined manipulation in c++ #include<iostream.h> #include<conio.h…

car racing game in c program

Car racing game in c  #include <stdio.h> #include <conio.h> #inc…

Load More That is All