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

Aprender HTML

  1. Home>
  2. Aprender HTML>
  3. Page 4

Send email PHP UTF-8

  • Post author:jGomez
  • Post published:April 20, 2023
  • Post category:Apache Server/Aprender HTML
  • Post comments:0 Comments

The following code can see the headers to send an email with UTF-8 characters and HTML content. $headers = "MIME-Version: 1.0\r\n"; $headers.= "Content-Type: text/html;charset=utf-8\r\n";

Continue ReadingSend email PHP UTF-8

Use of PHP Cookies

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

This new tutorial introduces the Cookie mechanism in PHP. Together we will define what a cookie is and what it is used for. We will then discuss the security principles…

Continue ReadingUse of PHP Cookies

CheatSheet Html

  • Post author:jGomez
  • Post published:April 15, 2023
  • Post category:Apache Server/Aprender HTML
  • Post comments:0 Comments

Content HTML Tags Cheat Sheet Div Section Headings or Headers styled paragraph Image Label label for links bold or bold Italic or italic label Underline Tag label for iframe label…

Continue ReadingCheatSheet Html

Free and quality php source code editor

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

Content What text editor do I use for the web? Why SublimeText? Features of Sublime Text to highlight What text editor do I use for the web? Developing many times…

Continue ReadingFree and quality php source code editor

Avoid sql injection in PHP with PDO class

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

If we develop complex web applications, or at least with a constant use of database queries, we must be concerned about the security of our information, and therefore ensure the…

Continue ReadingAvoid sql injection in PHP with PDO class

What is and how does a 404 error page work?

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

It is important to anticipate all possible mistakes that will arise when browsing our websites over time: broken links, programming errors, failure to connect to the database... To correct most…

Continue ReadingWhat is and how does a 404 error page work?

How to combine PHP and HTML

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

For those who are not clear about it, or who want to see the different ways that exist, we are going to see with this tutorial how to combine php…

Continue ReadingHow to combine PHP and HTML

How client-server connection works on WEB

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

The client-server binomial is a constant concept in web programming, the relationship between back-end and front-end development is a whole, and although it is a relatively basic concept when understood,…

Continue ReadingHow client-server connection works on WEB

How to upload images with HTML and PHP forms

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

Often, when we develop web applications, the possibility of uploading files or images to the server is necessary, whether we are webmasters, authorized users or part of the general public…

Continue ReadingHow to upload images with HTML and PHP forms

Alternative If and Else to combine PHP and HTML more simply

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

In this tutorial we are going to see an alternative form of representation to the common IF and ELSE that we usually use in php. Specifically, it is very useful…

Continue ReadingAlternative If and Else to combine PHP and HTML more simply
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • Go to the next page
Copyright - OceanWP Theme by OceanWP