I was recently asked about sending an email via a PHP script. There are various ways to do this including third party plugins, scripts, or even just some basic PHP code.
In this lesson I will show you how to set a cookie in PHP. The process is relatively easy and can be used for some incredibly useful tracking of information. However, recent changes in EU legislation means that you must now make users aware of and consent to the use of cookies if you live in the EU and your site uses cookies.
In this tutorial you will learn how to install MAMP on a Mac. If you want to do any development work in PHP and MySQL then you will need to install a server environment which includes Apache and MySQL. The most popular way of doing this is to use a stack such as MAMP.
This is a nice little challenge that will get you thinking about various aspects of the processes involved. If you think back to your days in school you may remember the multiplication tables and, in particular, the multiplication grid that looked something like this:
This challenge is taken from the extremely popular PHP for Beginners course. In the challenge you need to take the credit card number from a user’s input and check if it is valid.
I was recently asked about sending an email via a PHP script. There are various ways to do this including third party plugins, scripts, or even just some basic PHP code.
In this lesson I will show you how to set a cookie in PHP. The process is relatively easy and can be used for some incredibly useful tracking of information. However, recent changes in EU legislation means that you must now make users aware of and consent to the use of cookies if you live in the EU and your site uses cookies.
In this tutorial you will learn how to install MAMP on a Mac. If you want to do any development work in PHP and MySQL then you will need to install a server environment which includes Apache and MySQL. The most popular way of doing this is to use a stack such as MAMP.
This is a nice little challenge that will get you thinking about various aspects of the processes involved. If you think back to your days in school you may remember the multiplication tables and, in particular, the multiplication grid that looked something like this:
This challenge is taken from the extremely popular PHP for Beginners course. In the challenge you need to take the credit card number from a user’s input and check if it is valid.