
Search In
Hello Readers,
jquery after() method is used to insert the given content after the specified each selected content or elements.
Syntax :
$(selector).after(content,function(index))
content : this is required parameter which specifies the content
Hello Reader's If you want to handle your html form to delete multiple value at once then by using Check box in array you can do it.
lets see one example as below:-
<?php $sql = "SELECT * FROM guest_book";
$res = mysql
Below are the steps to Import an ORS:
Step 1: Launch the jnlp file.
Step 2: Enter you credential, select the ORS.
Step 3: Under Workbench, select Repository Manager.
Step 4: Connect to Master Database.
Step 5: Under Validate tab, validate the ORS in
unlink() Function:
This function is used for file system handling.
It deletes the file used in context. For example:
unlink('demo.txt');
The above line will delete the file unlink completely.
It includes two parameters: filename which is requ
Below are the steps to register an ORS in MDM Hub:
Step 1: Launch the jnlp file.
Step 2: Enter you credential, select the ORS.
Step 3: Under Workbench, select Database.
Step 4: Connect to Master Database.
Step 5: Acquire Lock, click on Register Datab
Below are the steps to create a user in MDM Hub and assign ORS to user:
Step 1: Launch the jnlp file.
Step 2: Enter you credential, select the ORS.
Step 3: Under Workbench, select Users.
Step 4: Connect to Master Database.
Step 5: Acquire Lock, under
Return false will perform three task when called
1 event.preventDefault();
2 event.stopPropagation();
3 Stops callback execution and returns immediately when called.
The preventDefault() method cancels the event if it is cancellable, meaning it p
Whenever you upload a file using PHP script it will return a error code with file array. This code you will find in the error section of the file array i.e., $_FILES['filename']['error']. Code are as follows:
UPLOAD_ERR_OK: Value '0'
This means t
Hello Reader's if you are making the html5 validation to set the max words inside the html form, Then by using Angular JS NG-Model you can easily make it.
Lets's see how to do it as in the example below:-
<!DOCTYPE html>
<html>
<scrip
Hello Reader's if you want to get data from another webpage then you have to make ajax hit. Angular JS also provide you to get your data and redesign it into it's script.
Then you can generate the design itself. Let's see it's working example as bel
