2013 Archive

Arşivde toplam 10 içerik görüntüleniyor.

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...

August 19, 20133 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...

August 18, 20133 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...

July 27, 20132 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...

May 7, 20132 min read