Hot linking can also be called as “leeching” or “bandwidth theft” is a term referring to when a webpage of one website is direct linking to the images/videos or other multimedia files on the web host of another website (usually without permission, thus can be called as stealing bandwidth). E.g. Like an <img alt=””…
On a normal server, there is a limit of mails, that can be sent in a day, but due to error or some issue if a large number of mails sent automatically from your server, and then they (gmail, hotmail yahoo and other) block the incoming mails from that server. This means that your…
If you want to reset or change xampp mysql password, or have forgot the password for accessing phpMyAdmin then just follow the below step to reset the password or change the password. You can do this by two methods. Method 1 The easiest way is to use the security console, which you can…
Environment variables windows Environment variables are a set of dynamic named values that can affect the way running processes will behave on a computer. You can say, It is a dynamic “object” that stores a value, which in turn can be referenced by one or more software programs in Windows (OS). Environment variables…
The meta refresh tag or meta redirect is a tool for reloading and redirecting web pages. Meta refresh tag is easy to use, but most don’t know that innocent use of that tag may significantly lower your page rank or even get your pages banned in some of search engines. The meta tag belongs…
PHP is a loosely typed language, i.e. you have to write less and can do/code whatever you want (structured programming) 🙂 PHP is used for quick web development, It’s library is very rich. We can’t say that it is a good point or poor one, that PHP doesn’t required initialization of variables,but it is a bad…