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

Learn PHP

  1. Home>
  2. Learn PHP>
  3. Page 5

PDFS in PHP with DomPDF, HTML and CSS

  • Post author:jGomez
  • Post published:May 7, 2023
  • Post category:Apache Server/Aprender HTML/Learn PHP
  • Post comments:0 Comments

In this tutorial we are going to see step by step how we can easily generate PDFs with PHP, HTML and CSS. Content How to get PDFs using PHP? How…

Continue ReadingPDFS in PHP with DomPDF, HTML and CSS

How to Retrieve and Insert Arrays in the Database Effectively

  • Post author:jGomez
  • Post published:May 7, 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

How to cut text from a larger string in PHP

  • Post author:jGomez
  • Post published:May 7, 2023
  • Post category:Apache Server/Learn PHP
  • Post comments:0 Comments

If you need to cut a text string from a larger one in PHP you are in the right place. In this article I am going to show you how…

Continue ReadingHow to cut text from a larger string in PHP

3 correct methods of connecting to MySQL database with php

  • Post author:jGomez
  • Post published:May 6, 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

Change XAMPP and Apache port

  • Post author:jGomez
  • Post published:May 6, 2023
  • Post category:Apache Server/Learn PHP
  • Post comments:0 Comments

It is common that, when faced with compatibility problems with Apache's default port (port 80) in a Windows installation, you need to change the port that it uses in localhost.…

Continue ReadingChange XAMPP and Apache port

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

  • Post author:jGomez
  • Post published:May 6, 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

Generate random password with limited length

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

With the following PHP snippet you can generate simple and secure passwords (without coding). Specifically, I am going to show you one. php function so you can reuse the code…

Continue ReadingGenerate random password with limited length

php function to encrypt password correctly

  • Post author:jGomez
  • Post published:May 5, 2023
  • Post category:Apache Server/Learn PHP
  • Post comments:0 Comments

The following php function allows you to securely encrypt passwordsthus preventing them from being read or decrypted by reading them from the database or from the application itself. I recommend…

Continue Readingphp function to encrypt password correctly

Calculate distance between two points in PHP

  • Post author:jGomez
  • Post published:May 5, 2023
  • Post category:Apache Server/Learn PHP
  • Post comments:0 Comments

With the following PHP function you can calculate the distance between two locations knowing their latitudes and longitudes. Its use is really useful if you are creating web applications with…

Continue ReadingCalculate distance between two points in PHP

PHP function to delete directories

  • Post author:jGomez
  • Post published:May 4, 2023
  • Post category:Apache Server/Learn PHP
  • Post comments:0 Comments

In PHP, if you want to delete a directory, for security, first you must delete all its contents, whether they are files or other directories. for this purpose you need…

Continue ReadingPHP function to delete directories
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • …
  • 16
  • Go to the next page
Copyright - OceanWP Theme by OceanWP