Some times we install some applications or software which uses port 80 thats why WAMP Server always remains Orange, mostly Skype uses port 80 if you try quit skype and restart all services in WAMP Server, it will run successfully. if this method worked than it is confirm it is port 80 issue with skype. Now you have 2 options […]
Read moreSql Injection is a technique where malicious users tries to update sql query in a webpage by inputting some special characters like 1 or 1=1 or 1 or may be other set of such characters lets study a webpage with url www.somedomain.com/news.php?id=2 This page showing news which is saved at number 2, and in PHP coding it has a query […]
Read moreIt is an easy task to upload image files and create its smaller version as thumbnail. Thumbnails are smaller version of Images to reduce its size to use these smaller version of images where small image can work well instead of using actual image which is bigger in size and dimensions. this method results into optimized overall page-load. To start […]
Read moreWhile logging visitors keep in mind your site may be visited by Search Engine Crawlers too, to distinguish between Crawler and real user I have below function working for me well, although it may not be perfect or do not have complete list of all search engines be there are the most common and frequent crawlers visits the sites. here […]
Read moreMost of the time users uses proxy to hide their real Identity over internet, these methods and tools including configuring manual proxy or using applications like Cyber Ghost VPN, IP Hider PRO, Easy Hide IP, Hide All IP or there are hundreds more tools to hide your real identity while surfing internet. These tools uses different techniques to hide your […]
Read moreThis article will help you connect mysql database with PHP using mysqli function, MySqli is Improved version of mysql function previously provided by PHP which is deprecated in new versions of PHP. Lets start with database connection we need 4 things to connect to database Host : which system/computer has datbase User : what is username to connect to database […]
Read morewhile creating wordpress custom theme or template we need the following comments at to of our main css file and this css file name must be style.css should be placed at root path of your theme folder after completing all html css and jquery coding zip that folder and use as theme in wordpress Please give your comments and ask […]
Read moreSometime we need to print website, but do not want its header footer sidebar and other things, in short we need to print a specific div or p or table or some other object. This plugin will allow you to print specific html object along will all css applied on it. its simple to use. include jquery library include print-preview.js […]
Read more