Dynamic website part 4 – Deleting records

by krike in PHP & MYSQL / Tutorials on 07 Jan 2012

in part 4 of this tutorial serie we have a look on how to delete records from the database.

Continue reading →

Create a php click counter

by krike in PHP & MYSQL / Tutorials on 06 Mar 2010

Since my deposit/advertising script was approved on the envato network (codecanyon.net) the first request I received was to create a click tracking to see how many times a specific banner was clicked on. In this tutorial I will teach you the basics of creating such a click counter. Example of the click counter of the [...]

Continue reading →

Block access to php files

by krike in PHP & MYSQL / Tutorials on 10 Jan 2010

When you are making a script and you have some files that only need to run in the background or only contain a part of your code (eg: in wordpress the comment.php file) then you would like to block direct access to those files. I used to use this code It will catch the current [...]

Continue reading →

Dynamic website part 2

by krike in PHP & MYSQL / Tutorials on 05 Dec 2009

Welcome to the 2nd part of our "dynamic website" tutorial serie In this part we will be creating a database and configure a basic table for articles. We will then create the basic configuration files to connect the files with the database and another one to make our lifes easier, some security will be implemented [...]

Continue reading →

Dynamic website using php – part 1

by krike in PHP & MYSQL / Tutorials on 31 Aug 2009

“Dynamic website tutorial serie” is a serie of tutorials that will teach you the basics in building a dynamic website using PHP and MySQL. We will be building a template system, membership system, and a lot more… each tutorial will handle a different topic. It is recommended to have a little bit of knowledge about [...]

Continue reading →

php upload script

by krike in PHP & MYSQL / Tutorials on 19 Aug 2009

One day will come that you or one of your clients requires an upload form. If it’s for uploading images or other files… But how do you start, what is important, how can you secure it. In this tutorial I will guide you through the steps of creating a simple upload form in php and [...]

Continue reading →

Try and catch method in php

by krike in PHP & MYSQL / Tutorials on 31 May 2009

Click here to watch the video tutorial

Continue reading →