17 Şubat 2020 Pazartesi

Cronjobs linux reboot

bir python dosyasını her açılışta çalıştırmak:

@reboot python3 /home/user/Document/python.py &

3 Şubat 2020 Pazartesi

Php Mysqli Prepare Kullanimi

All About MYSQLI Prepared Statements in PHP

In this tutorial, we will learn how to perform queries like SELECT, UPDATE, DELETE, etc. with different conditions with MYSQLI prepared statements in PHP. Before we start I'll briefly introduce you prepared statements.

What are MYSQLI Prepared Statements?

MYSQL is a popular relational database system. MYSQLI is a powerful PHP extension to connect with MYSQL. Prepared statements as queries that are previously prepared and executed later with data.