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
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.
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
In my previous writings, I talked about integrating Laravel with both Meilisearch and MongoDB separately. In this piece, I'll discuss how to use all three together. As I mentioned in my previous pos
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 characte
Sometimes we need a simple search engine within our websites to find topics. Let me explain this with a simple example: HTML codes for the form that will perform the search: <form action="result.
In my previous article, I provided information about WebAuthn. In this article, I will explain how to implement it with Laravel. First, we include the laragear/webauthn package in our project. compo
Hello, due to my busy schedule, I haven't been able to write blog posts for a long time. In this article, I will explain how to use MongoDB in your Laravel project. Laravel is installed by default wit
In this article, I will talk about MeiliSearch and Laravel Integration. MeiliSearch is a search engine that operates on the same logic as Elasticsearch. However, Elasticsearch consumes a lot of resou
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 th
This competition is called CTF (Capture The Flag) abroad, it's not organized much in our country, so I thank the Prodaft team for organizing such a competition. I solved some of the questions, couldn'
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