I have a text file which displays all the records in datatables correctly but I want to display only the records with “ram”. For example:
{ "aaData": [
["ram","india"],
["siva","india"],
["mani","india"],
["ram","india"],
["ram","india"]
] }
I am using PHP and Symfony1.3. Please help me.
try this :