Session – PHP Advanced
It is a way to store data for users against a session ID. Web Server has no idea who you are, […]
It is a way to store data for users against a session ID. Web Server has no idea who you are, […]
Its a small file that server insert on user’s computer. When the same computer requests a page with a browser,
It’s easy to upload your files to server but with ease it comes danger so be careful when allowing file
Create File – fopen( ) fopen( ) function is also used to create a file. In PHP, by same function
File Handling is the most important part of web application. For different task you need to open and process a
In PHP: before the server executes, it is possible to insert files of one PHP file into another PHP file
Variables are the storage of different types of information. You cannot start with a number while declaring a variable and
Loop is used whenever you want a code to run over and over again in row. We use Loop instead
If…Else..ElseIf Statement is used when you want to perform different conditions in a program. If one condition is true another
In PHP to format a date or a time, ‘date( )’ function is used. This function makes time and date easy
Here, In this simple form validation “Name”, “E-mail”, “Subject”, “Feedback” and “Gender” fields are required. These fields cannot be empty (error