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

Apache Server

  1. Home>
  2. Apache Server>
  3. Page 7

How to create add to favorites button

  • Post author:jGomez
  • Post published:May 6, 2023
  • Post category:Apache Server/Aprender HTML/Aprender JavaScript
  • Post comments:0 Comments

With this JavaScript and HTML snippet you can create a button or link on your page so that Your visitors can add your website to Favorites with a simple click.…

Continue ReadingHow to create add to favorites button

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

Snippet JS to tabulate in textarea

  • Post author:jGomez
  • Post published:May 4, 2023
  • Post category:Apache Server/Aprender HTML/Aprender JavaScript
  • Post comments:0 Comments

Tabulate in a textarea It is an impossible task without the use of javascript, since the default behavior of this key in a web is to change the focus of…

Continue ReadingSnippet JS to tabulate in textarea

PHP function to pass text to valid url

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

with the following snippets of PHP you can transform any text strings into valid urls. Therefore, what the following function does is translate text characters, which are not allowed in…

Continue ReadingPHP function to pass text to valid url

Examples of simple stored procedures

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

SQL SELECT query

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

Welcome to the ultimate tutorial for beginners aimed at learn how to create SQL SELECT queries. In this tutorial I am going to transmit to you, in a simple and…

Continue ReadingSQL SELECT query

Get city by IP with PHP

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

with the following snippet PHP you can get the city of a user just using their IP. The snippet is a PHP function that you can incorporate into your helpers…

Continue ReadingGet city by IP with PHP
  • Go to the previous page
  • 1
  • …
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • …
  • 25
  • Go to the next page
Copyright - OceanWP Theme by OceanWP