π₯ PHP GUIDE π₯ ✨What is PHP❓ PHP is an acronym for "PHP: Hypertext Preprocessor". It is a widely-used, open source scripting language.PHP scripts are executed on the server And it is free to download and use.. ✨What is a PHP File❓ PHP files can contain text, HTML, CSS, JavaScript, and PHP code .PHP code is executed on the server, and the result is returned to the browser as plain HTML .PHP files have extension ".php" ✨What Can PHP Do❓ π’PHP can generate dynamic page content π’PHP can create, open, read, write, delete, and close files on the server π’PHP can collect form data π’PHP can send and receive cookies π’PHP can add, delete, modify data in your database π’PHP can be used to control user-access π’PHP can encrypt data π’With PHP you are not limited to output HTML. You can output images, PDF files, and even Flash movies. You can also output any text, such as XHTML and XML. ✨Why PHP❓ π’PHP runs on various platforms (Windows, Linux, Unix, Mac OS X, et...
π°WHAT'S DIFFERENT BETWEEN HTTP AND HTTPS❔❔π°
HTTP is unsecured while HTTPS is secured. HTTP sends data over port 80 while HTTPS uses port 443. HTTP operates at application layer,
while HTTPS operates at transport layer. No SSL certificates are required for HTTP, with HTTPS it is required that you have an SSL certificate and it is signed by a CA.
HOW HTTP CONNECTION IS ESTABLISHED❔❔
Opening a connection in HTTP means initiating a connection in the underlying transport layer, usually this is TCP. With TCP the default port, for an HTTP server on a computer, is port 80. Other ports can also be used, like 8000 or 8080.
WHAT 443 PORT IS USED FOR❔❔
Port 80 and 443 are ports generally associated with "the Internet". Port 443/HTTPS is the HTTP protocol over TLS/SSL. Port 80/HTTP is the World Wide Web. Let's face it, port 80/443 are generally a given for being open on any type of filtering device allowing traffic outbound on your network.
Note:- Http is not that trustworthy so don't do any online transaction with http website always trust Https website url.
In thr current time there is fake websites of all big companies available on internet.
Sometimes you can't differentiate between fake and original at that time protocol is one of the method to check it's authenticity because all big companies have Https website.
If you like this article please do share with your friends and family members and Help them from scammers.
--------INDIAN DEVELOPERS CLUB---------
Comments
Post a Comment