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 For and While Loops

PHP For and While Loops

Loops are used to perform repetitive tasks. Initially, it may seem meaningless, but if you have a web page with 100 members, you can finish your work in three lines using a loop instead of writing the

PHP Variable Definition and If - Else structure

PHP Variable Definition and If - Else structure

Variable Declaration In PHP, variables are defined with the $ sign.$variable = variable value; There are some rules for defining variables. Variables cannot start with a number. Turkish characters ca

What is PHP and What Can Be Done

What is PHP and What Can Be Done

PHP, particularly designed for the web, is a server-side scripting language that can be embedded into HTML. It resembles C and Perl in its general structure and programming rules. Developed by Rasmus