Basic/Misc Codes in Php

Example : How to make/use Comment in different ways in Php ? Example : How to Print/Display messages in Php? Example : How to use New Line output/message in Php ? Example : How do we declare different type of variables in Php ? Example : How do we Concatenate(. Read more…

Loading

E-mail Sending Code in Php

Example : How to send email in Php using mail() fucnction [with Static data]. Example : How to send email in Php using mail() fucnction [with Dynamic data]. Example : How to send email in Php by mail() function using PHPMailer library file [with Dynamic data].

Loading

Difference between

Difference between Cookie and Session Method Slno. Cookie Session 01. A cookie is a bit of data stored by the browser and sent to the server with every request.Cookies are used to identify sessions. A cookie is mainly used to identify a user. A cookie is a small file that the Read more…

Loading