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.
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.
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]
by krike in PHP & MYSQL / Tutorials on 31 May 2009
Click here to watch the video tutorial