Skip to content
  • Apache Server
  • SQL course
  • Learn PHP
SrCodigoFuente.com
  • Apache Server
  • SQL course
  • Learn PHP
Menu Close
  • Apache Server
  • SQL course
  • Learn PHP
  • Apache Server
  • SQL course
  • Learn PHP

SQL course

  1. Home>
  2. SQL course>
  3. Page 6

How to connect php with mysql

  • Post author:jGomez
  • Post published:April 13, 2023
  • Post category:Apache Server/Learn PHP/SQL course
  • Post comments:0 Comments

Reading databases is easy, you must have at least basic notions of SQL to start extracting the information stored in your tables. The execution of queries with PDO always follows…

Continue ReadingHow to connect php with mysql

Simplify PDO connection to Mysql with a PHP class

  • Post author:jGomez
  • Post published:April 12, 2023
  • Post category:Apache Server/Learn PHP/SQL course
  • Post comments:0 Comments

In this tutorial I am going to encapsulate the functionality of the PDO class in a php class of my own. Why am I doing this? Well, to make my…

Continue ReadingSimplify PDO connection to Mysql with a PHP class

How to close the PDO connection from PHP

  • Post author:jGomez
  • Post published:April 8, 2023
  • Post category:Apache Server/Learn PHP/SQL course
  • Post comments:0 Comments

The connection to the database through PDO is usually my favorite, because I love being able to connect to different DBMS with the same methodology. But there is a little…

Continue ReadingHow to close the PDO connection from PHP

SQL Triggers tutorial with simple examples

  • Post author:jGomez
  • Post published:April 7, 2023
  • Post category:Apache Server/SQL course
  • Post comments:0 Comments

We'll see what are database TRIGGERShow they can help us maintain the integrity of our database and how to create them with SQL step by step. Content What is an…

Continue ReadingSQL Triggers tutorial with simple examples

Meaning of back-end or front-end development

  • Post author:jGomez
  • Post published:April 5, 2023
  • Post category:Apache Server/Aprender HTML/Aprender JavaScript/Learn PHP/SQL course
  • Post comments:0 Comments

Back-end and Front-end, two terms that refer to developers, usually web developers, and who have specific skills. What makes you apt to call yourself with one term or another? Let's…

Continue ReadingMeaning of back-end or front-end development

Dynamic web paging and http_build_query

  • Post author:jGomez
  • Post published:April 5, 2023
  • Post category:Apache Server/Aprender HTML/Learn PHP/SQL course
  • Post comments:0 Comments

In this tutorial you will learn how to make a simple web paging but efficient. A simple implementation that will simplify your life when creating your web applications. Content What…

Continue ReadingDynamic web paging and http_build_query

How to Retrieve and Insert Arrays in the Database Effectively

  • Post author:jGomez
  • Post published:April 3, 2023
  • Post category:Apache Server/Aprender JavaScript/Learn PHP/SQL course
  • Post comments:0 Comments

In this tutorial I am going to explain how to store Arrays in a database regardless of their complexity. With what I am going to explain to you next, you…

Continue ReadingHow to Retrieve and Insert Arrays in the Database Effectively

3 correct methods of connecting to MySQL database with php

  • Post author:jGomez
  • Post published:April 2, 2023
  • Post category:Apache Server/Learn PHP/SQL course
  • Post comments:0 Comments

When we embark on web projects that are made up of dynamic pages, it is inevitable to read and write data, store it and achieve persistence, and this is generally…

Continue Reading3 correct methods of connecting to MySQL database with php

How to escape quotes, backslashes or special characters in SQL or PHP

  • Post author:jGomez
  • Post published:April 2, 2023
  • Post category:Apache Server/Learn PHP/SQL course
  • Post comments:0 Comments

It is usually a case to enter special characters in SQL right?, but don't worry! I have prepared this special article about introducing rare characters in SQL, where I explain…

Continue ReadingHow to escape quotes, backslashes or special characters in SQL or PHP

Examples of simple stored procedures

  • Post author:jGomez
  • Post published:March 31, 2023
  • Post category:Apache Server/SQL course
  • Post comments:0 Comments

In this article I will show the how stored procedures work (STORED PROCEDURES) using several examples in SQL. The examples will be helpful and I will explain them step by…

Continue ReadingExamples of simple stored procedures
  • Go to the previous page
  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • Go to the next page
Copyright - OceanWP Theme by OceanWP