Wednesday, April 23, 2025

MySQLi Introduction

The MySQLi functions allows you to access MySQL database servers using PHP. 

First, you must have MySQL server installed on your machine, or you can use remote MySQLserver, on some development/testing machine.

Also, you can install stand alone MySQL sever, or get "full package" with Easy PHP or similar solutions.

It's not hard, but you must be precise.

You are strongly advised to check corresponding Youtube video to understand installation, webserver dashboard and MySQL Server setup.

No comments:

Post a Comment

Tkinter Introduction - Top Widget, Method, Button

First, let's make shure that our tkinter module is working ok with simple  for loop that will spawn 5 instances of blank Tk window .  ...