Muhammed Niyazi ALPAY

Muhammed Niyazi ALPAY

Meraklı

96 yazıKatılım: April 2024

Posts

Linux Command Line - Common Linux Commands

Linux Command Line - Common Linux Commands

Today, Linux operating systems come with a beautiful interface designed for end-users, but the majority of tasks can still be done via the command line. The reason many computer users shy away from Linux is the command l...

4 min read
PHP Data Object - PDO

PHP Data Object - PDO

I had explained how to connect to a database and execute queries in PHP.Classic database connection is done with the mysql_connect() command, and query execution is done with mysql_query(), but the PDO structure is a bit...

3 min read
PHP Object Oriented Programming

PHP Object Oriented Programming

Object-oriented programming (OOP) is a technology used for software development. OOP facilitates component programming with its standards. C# is a language based on OOP. There are many objects available in C#, and progra...

3 min read
Structure and Layers of TCP/IP

Structure and Layers of TCP/IP

All connections made on the internet are carried out with specific protocols. TCP-IP structure consists of four layers: Application Transmission Internet Physical Network Application LayerThis layer contains ap...

2 min read
Listing Users by Number of Topics in Mysql

Listing Users by Number of Topics in Mysql

We have two different tables, one for topics opened and the other for users.In the system, the id information of the user who opens the topic is also kept in the table where the topics are found.In the Topics TableThere...

2 min read