Web Development Tutorials :

How to Create a Simple WordPress Plugin

WordPress plugin

Creating a Simple WordPress Plugin to display “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 .

View more…

Network data on the hosting server

Network data on the hosting server

How to return and display values ( server address , server port ,
remote address , remote port , server protocol , request uri ,
request method ) ​​from the hosting server when a request
( request method => GET ) is made to the hosting server .

View more…

$_SERVER ( request uri – query string )

$_SERVER ( request uri – query string )

How to return and display values ( query string , request uri ,
php self , script name , request scheme , server protocol ,
request method ) ​​from the hosting server when a request
( request method => GET ) is made to the hosting server .

View more…

Excel Spreadsheet

Excel Spreadsheet

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

View more…

Simple Website

Simple Website

Creating header and footer for web pages ( Dynamic Website ).
Link style.css file , html file and php file in php file .

Watch video on YouTube…

Back to top button on web page

How to create a back to top button with smooth scrolling on a web page ,
Using ( html - Javascript - css ) , the button appears when
scrolling down and disappears when scrolling up .

View more…

^