admin - who has written 31 posts on Webcodez – The database of web programming tutorials.
In this tutorial we’ll be creating a system which will convert messages including text smilies into messages including icon smilies ( text => smilie icons ). Preknowledge For this tutorial it’s prefered that you’ve got some preknowledge about php variables, arrays, functions and the foreach loop. If not, I’d recommend you to have a look at [...]
Continue reading...Friday, February 12, 2010
This tutorial will be explaining the basics of Object Oriented Programming (OOP) classes. Let’s start with getting straight the following question: What will be explained in this tutorial? This tutorial will only explain the basics of OOP programming in PHP which consist of: creating classes creating public, protected and private functions & variables creating objects (instances of classes) using/calling other [...]
Continue reading...Saturday, February 6, 2010
In this tutorial we’ll be creating a basic File Upload System. This tutorial only requires you (preferably) to have a basic understanding about PHP variables and loops. Although, some pre-knowledge about PHP arrays wouldn’t hurt either! Overview Let’s start with having a look at the functions that will be explained in this tutorial and so our file [...]
Continue reading...Thursday, February 4, 2010
This small php code snippet I wrote can be used in several ways. For example to get all backlinks to a certain website from a list of websites. This list of websites should be put in websites.txt file with one website per line. It could as well be used to check whether, a link to [...]
Continue reading...
Monday, February 15, 2010
0 Comments