E-mail ~ “You’ve Got Mail”!
Learn how to use the mail function in PHP to send emails, make your own mail script or contact form, validate the email form data and send a HTML formatted email using PHP and HTML form.
Read Moreby Sam | Jul 4, 2011 | PHP Tutorial | 3
Learn how to use the mail function in PHP to send emails, make your own mail script or contact form, validate the email form data and send a HTML formatted email using PHP and HTML form.
Read Moreby Sam | Jul 4, 2011 | PHP Tutorial | 0
In this part of out tutorial we will with examples, look at how to setup, use and delete cookies to transfer user information between different parts of our web application and website.
Read Moreby Sam | Jul 2, 2011 | PHP Tutorial | 0
Sessions in PHP will allow you to make a complete web based application (or a fancy website) and you don’t have to pass all the information using forms PHP will take care of it for you. Inside you will see how you can setup a session, use it and end the session.
Read Moreby Sam | Jul 2, 2011 | PHP Tutorial | 0
Every variable in PHP will work to a certain point which is known as it’s scope. Inside you will find out exactly what is a variable scope, why and when you should use it and how i works.
Read Moreby Sam | Jun 30, 2011 | PHP Tutorial | 0
Filtering External Data Will make your Web based application more robust and secure and it is a very easy thing to do using PHP. Inside you will find the basic Filtering of External Data using PHP.
Read Moreby Sam | Jun 30, 2011 | PHP Tutorial | 0
Error handling is the way to manages errors that will occur during running of your script. You can let the default PHP error handling take over or you can do it yourself using custom functions here you can see how…
Read Moreby Sam | Jun 26, 2011 | PHP Tutorial | 0
Handling files in PHP is a very easy but very important thing that any developer will eventually have to do here you will find a crash course on how to do everything(OK everything important anyways) with files using PHP.
Read Moreby Sam | Jun 25, 2011 | PHP Tutorial | 4
In PHP you can find out the Date and the Time using date() function, Also you can change the format which the Date and Time is shown in. Inside find the Syntax of the statements and a some examples.
Read Moreby Sam | Jun 24, 2011 | PHP Tutorial | 0
In this part of out training course we will look at how to organize our PHP code so it can be maintained easier and faster.
Read Moreby Sam | Jun 22, 2011 | PHP Tutorial | 0
The most Basic and the most important way to communication between PHP script, HTML code and the client is to use a form so they can enter data and choose options here is how to do it.
Read Moreby Sam | Jun 20, 2011 | PHP Tutorial | 0
In this part of our PHP tutorial you will learn how to define a custom function, how to call it, pass values to it and get the result as an array or a variable.
Read Moreby Sam | Jun 19, 2011 | PHP Tutorial | 0
Loops are another part of PHP coding that you as a web developer will definitely need to know about. In this tutorial I categorised the loop statements into two different kind according to how many times you need them being repeated, read about them inside.
Read More