How to get query string values in JavaScript
Hi, Getting query string value in Php is easy you can use global variable like $_GET, $_POST, $_REQUEST. But in case of JavaScript. How you can get it. Here is …
Hi, Getting query string value in Php is easy you can use global variable like $_GET, $_POST, $_REQUEST. But in case of JavaScript. How you can get it. Here is …
There are many differences between SOAP and RESTful web services. SOAP REST SOAP is a protocol. REST is an architectural style. SOAP stands for Simple Object Access Protocol. REST stands …
WordPress has a modest limit for uploading images, videos, and other files. It is a similar story for your PHP memory limit. PHP memory limit helps you run plugins and …
Some time as a developer you need to encode or decode url for your purpose. See example of encoded url: https%3A%2F%2Fwww.google.co.in%2F%3Fgfe_rd%3Dcr%26ei%3DvUsXV572BuXI8Afb-Iv4BA%26gws_rd%3Dssl Now you want to check what is the argument …
For protect your WordPress blog from script injection, and unwanted code of _REQUEST and /or GLOBALS. I found this code on wprecipes. Simple copy and paste the code below to …
Search engine spiders crawl over your entire WordPress site and index every content. For stop hacking sensitive information We can disallow search engines to index the admin section which contains …
SQL injection is one of the most common vulnerabilities in applications on the web today. This article will show you how to prevent SQL injection on your website using Prepared Statements in PHP.
If you take user input through a webpage and insert it into a MySQL database, there’s a chance that you have left yourself wide open for a security issue known …
Create Facebook share links, Twitter “tweet this” links, Google Plus share links, LinkedIn share links, Pinterest “pin this” links and email “mailto” links that will work anywhere — even inside emails!
In this post functions such as watermark_text() and watermark_image() to generate text and images watermarks on images. Integrate this to your web project upload image system dynamic text and produce flyer image.