Archive for December, 2010

Selecting database using alternative methods in PHP

Most of the time we use mysql_select_db() to select a mysql database, the syntax is mysql_select_db( db_name, connection ); The above syntax results a boolean value, i.e. either true (1) or false(0). Alternatively, you can use MySQL command: USE database_name Let me show you how to use it with PHP. You can implement the above […]

Making PHP login more secure with some tweaks in MD5 hashing

There are several methods to make your login script secure. The most crucial step for that is obviously to escape strings using real_escape_string() function that varies from the PHP version. This will get you rid of some common SQL injection attacks via form or address bar. Another thing you must make secure is the user password. […]

Download Files directly to your web host server faster and easier

Needless to say that it’s a hectic job to download and upload a file from some website  to your hard drive and again upload and extract it to your server. Imagine how much time are you loosing in this process. But imagine how you can save your time by directly downloading it to your own web server. […]

saaZine Magazine WordPress theme Giveaway

A month ago we launched saaZine Magazine theme for WordPress. The price for the premium template was $32. But now we are giving it free for limited number of our blog visitors. To know more about saaZine magazine read it here. Hurry up comment here and request for saaZine Magazine Template with your email address. […]

Norton Internet Security 2011

Antivirus software is a must for every personal computer while using the internet. Generally the antivirus software provides protection against viruses, malwares, email spams etc. The Symantec Corporation has been providing its best in the antivirus software that it releases and the Norton Internet Security 2011 which is the latest. This antivirus software is not […]

8 Printer Tweaks That Will Save You Time and Money

Printing, scanning, and copying are easy tasks that can take an unnecessarily large amount of time. Many professionals spend a decent portion of their day over by the printer, simply waiting for their tasks to be completed, while they could be using their time in a more productive manner. However, printers not only require time, […]