M. Niyazi Alpay
M. Niyazi Alpay
M. Niyazi Alpay

I've been interested in computer systems since a very young age, and I've been programming since 2005. I have knowledge in PHP, MySQL, Python, MongoDB, and Linux.

 

about.me/Cryptograph

  • admin@niyazi.org
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 PD

PHP Multiple Image Upload and Resizing

PHP Multiple Image Upload and Resizing

Hello, in the previous tutorial, I explained how to use the image upload and resizing class. In this tutorial, I'll show you how to upload multiple images using the same class. First, let's create an

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 availab

C# Variable Definition and If - Else Structure

C# Variable Definition and If - Else Structure

In C#, we declare variables according to their types, such as number type, text type, and so on. We determined that "int a;" will be an integer type for the variable named 'a'.We determined that "str

PHP Image Upload and Resizing Class

PHP Image Upload and Resizing Class

Hello, I'm going to show you the image resizing and uploading class I've prepared. In my previous post, I talked about object-oriented programming. The topic I'm going to explain now is a class for im

What is C#?

What is C#?

What is C#? As you know, there are programs that we use to use our computers comfortably and programming languages are needed to make these programs. The most popular of these languages are Basic, C,