VIPRE Antivirus – The New AV On The Block
What Is It? VIPRE Antivirus is a new Antivirus Software from Sunbelt Software. It is lightweight, fast, and also works as an antispyware software.
Read moreWhat Is It? VIPRE Antivirus is a new Antivirus Software from Sunbelt Software. It is lightweight, fast, and also works as an antispyware software.
Read moreDon’t Panic! As the Hitchhiker’s Guide to the Galaxy said the first thing to do is to not panic. If you don’t calm yourself down, you can’t do anything if you’re in that frame of mind, you’ll only go and break something else.
Read moreA little while ago I posted about storing more than one piece of information in a MySQL table field. This can help with storing arrays of data that do not need to be included in a relationship. Anyway the trick here is to first place the information you want to store in your MySQL table into an array, so let’s […]
Read more[alert class=”error”]Please note that this post is very old and may no longer be helpful when working with Codeigniter.[/alert] Today we are going to look at how to select a row from a MySQL database as randomly as possible, but not repeating it. Basically it’s a poll, but one of the features the poll has is that it will change […]
Read moreToday we are going to take a look at one of the most efficient ways to store IP addresses in a MySQL database. You may think that you would store an IP address as a VARCHAR(15) field and you could, but this is not the most efficient way to store IPs. Instead you could use an INT. Please remember though […]
Read more[alert class=”error”]This is a very old tutorial & Codeigniter has matured a lot since this post was written. I would strongly advise to look elsewhere for more up-to-date tutorials on Codeigniter. Unfortunately I do not have any newer tutorials on Codeigniter as I no longer use it. Instead I now use Laravel.[/alert] I have recently started using Codeigniter, and found […]
Read more
Recent Comments