Web development and PHP scripting language tutorials :


$_SERVER – PHP

server query string php

Displaying values ( QUERY_STRING , REQUEST_URI , PHP_SELF ,
SCRIPT_NAME , REQUEST_SCHEME , SERVER_PROTOCOL ,
REQUEST_METHOD ) ​​from the server when a request
( REQUEST_METHOD => GET ) is made to the server .


Creating simple WordPress plugin

creating-simple-wordpress-plugin-PHP

Displaying “Hello World!” on the frontend and has an admin page.

The WordPress version used in this tutorial is 6.4.1 .

The PHP version used in this example is 8.4.5 .

#wordpress #wordpresstutorial #plugins #plugin


Excel Spreadsheet – PHP

Creating a Web page as an Excel Spreadsheet

Creating a Web page as an Excel Spreadsheet using PHP ( backend ) .

The PHP version used in this example is 8.4.2 .

#frontend #webdevelopment #excel


Simple Website – PHP

Creating simple Website – PHP

Creating header and footer for web pages ( Dynamic Website ).

Link style.css file , html file and php file in php file .

The PHP version used in this example is 8.4.5 .

#php #backend #web #frontenddeveloper #codingtutorial