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 Other / Tutorials on 04 Dec 2010
@font-face is a new way of embedding custom fonts on your site, but why would you use it? and how?
by krike in Tutorials on 12 Nov 2010
This quick tip will provide you with some css code to easily center your unordered list element on your page.
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 tips & tricks on 15 Nov 2009
I have been wondering for a long time now why mod_rewrite didn’t work on wamp and actually it’s quite easy even if I had to spend a lot of time searching. In this quick tutorial I will show you how to make mod_rewrite work in wamp First of all make sure the rewrite module is [...]
by krike in Tutorials / wordpress on 03 Sep 2009
In this tutorial I will teach you how to make the category of your posts in wordpress stand out more using ribbons. Our goal www.iv-designs.org Let’s get started First of all you must design your ribbons, if you don’t have time or don’t want to waste time designing ribbons you can always purchase the Web [...]
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 [...]