F5craft

F5craft

 4 months ago

Web Development Company

Member since Apr 18, 2019 uma@f5craft.com

Following (2)

Followers (0)

PHP

File Handling – PHP Advanced

File Handling is the most important part of web application. For different task you need to open and process a file.

PHP

File Create – PHP Advanced

fopen( ) function is also used to create a file. In PHP, by same function to open file, a file is also created using that...

PHP

File Upload – PHP Advanced

It’s easy to upload your files to server but with ease it comes danger so be careful when allowing file uploads.

PHP

Cookie – PHP Advanced

Its a small file that server insert on user’s computer. When the same computer requests a page with a browser, it will send cookie...

PHP

Session – PHP Advanced

It is a way to store data for users against a session ID. Web Server has no idea who you are, has no idea whether you are logged in...

PHP

Date And Time – PHP Basics

Date And Time – PHP Basics

PHP

Loops – PHP Basics

Loops – PHP Basics

PHP

If..Else..ElseIf, Switch Statements – PHP Basics

If…Else..ElseIf Statement is used when you want to perform different conditions in a program.

How To ?

Convert PHP object to associative array

During PHP development, you may never come across the need for this functionality, but its an extremely good piece of knowledge to...

PHP

Form Validation – PHP Basics

Here, In this simple form validation “Name”, “E-mail”, “Subject”, “Feedback” and “Gender” fields are required. These fields cannot...

This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies Find out more here