
Search In
Hello Readers,
eq() and get() methods in jQuery:
eq() method:
eq() method returns the element as a jQuery object.
This method constructs a new jQuery object from one element within that set and returns it that (means you can use jquery functions
If some one find a way to create an array with the registered routes paths within Laravel 4. If someone wants to get a list something like this returned:
/
/login
/join
/password
Solution: For this we will use the method
Route::getRoutes()
whic
While making changes in jsp pages in eclipse IDE, i was continously getiing error:
java.io.FileNotFoundException:/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/work/Catalina/localhost/_/SESSIONS.ser
SEVERE: Exception unloading sessions to pers
Kettle Database Repository: while using Database repository, all the information regarding jobs and transformation is stored in Database, which is the store of ETL metadata.
You have to provide appropriate credential of database, and create a separa
Welcome to findnerd, today we are going to discuss How to increase maximum size of POST in PHP ?
If you want to increase the size of POST for sending much more POST request, then you have to follow bellow given point.
There are 2 different places y
Many times we need to truncate a table which has an FK constraint on it. Typically we get the following error:
Cannot truncate table 'TableName' because it is being referenced by a FOREIGN KEY constraint.
The solution to the above problem is to fol
Javascript Object Notation
JSON is a way to transfer data or information from one page to another page.
JSON stands for JavaScript Object Notation
JSON is a lightweight data transfer format
JSON is language independent
JSON is s
Hello Reader's, If you want to write a program that takes the matter from a given PDF then now you can use many libraries. These are well function performing and easy to use.
Lets see an example below:-
Download the class.pdf2text.php from here
Now
PHP functions that start with a double underscore “__” , are called magic functions in PHP.
__construct()
__destruct()
__call() __callStatic() __get() __set() __isset() __unset() __sleep() __wakeup() __toString() __invoke() __set_state() __clone(
Hello Guys,
I am facing an issue in my day to day work i.e when I Copy a content to paste it to website or document and in the meanwhile If I accidentally copy another content the previous content that I copied is not accessible to me.
SO I want t
