Authenticate yourself with the Mozilla Persona identification system
As many of you know Mozilla has been developing Mozilla Persona (Previously called BrowserID) for quite some time to be […]
As many of you know Mozilla has been developing Mozilla Persona (Previously called BrowserID) for quite some time to be […]
Define constants in PHP is useful for us to be able to reuse its content in different instances of code
One of the things that you have asked us in the comments is if you can create temporary links with
Put comments at PHP as in any programming language, it is quite useful to write implementation details of our code
We have already seen how easy it is to send an email in PHP, but how we have to do
PDO is the acronym for PHP Data Object . PDO is the object abstraction layer to be able to manipulate
We already saw how we can send an email with PHP, in a simple way, relying on the mail() function.
In previous examples we have seen how we could send an email in PHP and how we could add a
The PDO data layer in PHP allows us standard database management. In this example we are going to see how
When we install a MySQL database, by default we are installed with a charset of type «latin1» and a collation
One of the questions you have asked us is how you can replace characters in a string PHP. So let’s
In this post we will see how to obtain the current URL through a couple of functions with PHP, in