Removing empty spaces or white spaces from an array in JavaScript is always a thing for developers working with JavaScript trying to pull out data from Textarea Box or some Text-editor, where they need to escape whitespaces or empty entries, and here comes the role of arrays . In order to do this, there are […]
How To Get Values From Dynamically Added Field Through PHP
Generally to get the values from fields or any element in php from any input elements, textarea and so on we use either $_GET or $_POST and here I am not going into the intricacies of these methods you can refer to PHP Method on Getting Values From Form Lets say that we have following […]
Dynamically Add and Remove HTML Elements using JQuery
Every Web Developer will be agreed on the point that, at times he or she was looking for adding such functionality which enables the user to add or remove html elements like input field or any such elements on the fly, even I have used this method several times. Through this method one can add […]
How to store and retrieve documents as blob in the database using php
Storing files like images,PDF on the server as a BLOB data type (Binary large object) has always been a controversial topic. Though, if the size of the file which needs to be stored on the server isn’t as much bigger, then this way of storing files comes handy in many ways, as you gain full […]
Affiliate marketing
Through the perspective of a publisher or an affiliate member: Affiliate Marketing is the way through which one can do a earning on the commission basis, by becoming an affiliate member to a particular people’s (or company’s) products and driving others to their company’s website or products and hence generating leads or sales for the […]