Never mind the chicken or the egg. The burning philosophical question of our cyber age is, which came first, the PHP tutorial script or the website? You see the list of instructions that your PC follows when it displays a website on your screen, the software in other words is a [...]
Continue reading...Tuesday, May 18, 2010
In this article I will speak about PHP programming language and try to make it clear for every newbie which wants to start learning php. But, for beeing able to start learning this computer programming language, you should start by understand what is this and what is doing. Well, PHP is a server-side [...]
Continue reading...Wednesday, March 3, 2010
Part 1 – Overview of Functions, Database & Files Overview In this tutorial we’ll be creating a very simple blog system. We won’t be using OOP yet in this tutorial. For creating a Blog using OOP in PHP, another more advanced tutorial will be written and posted as well. The same goes for creating a more advance [...]
Continue reading...Saturday, February 27, 2010
In this tutorial we’ll be retrieving data from form fields. To do this we’ll first create an example form. We’re using the POST method to send the form data in the first example. Will later explain what this means, and how we can then retrieve the data from the form fields. Also the GET method [...]
Continue reading...
Tuesday, May 18, 2010
0 Comments