[ create a new paste ] login | about

Link: http://codepad.org/TbCg8qQS    [ raw code | output | fork ]

PHP, pasted on Jan 11:
<?php

$response = array();

$response["details"] = array();


$productad = array();

$productad["description"] = "Greeting 
		information Technology Company with pan 
		presence having ISO 9001-2000 Certification for its R&D center & System 
		integration (NR group). It is largest one point Support Company in the country 
		providing a wide range of IT services including Hardware Maintenance, System 
		Integration, Networking, Education & Training. Has 
		been conducting computer training programmes for various organizations. 
		Has been rated at no 10 in top performing companies by Business World (Dec 26th, 2011). 
		We are partner of gov for UID (ADHAAR) cards. We have developed the contents for 
		the training of the resources involved in it. We have tide- up with various Engineering colleges 
		in the form of Industrial Training to provide the high-end training program especially on 
		following domains: 1. Android 2. Robotics 3. IT IMS (Hardware & Networking) 
		A+, N+, CCNA, CCNP, MCITP, etc. 4. Silverlight (.Net) 5. Biztalk Server 
		(.Net) 6. WPF / WCF / WWF (.Net) 7. Ajax, Hibernating, Spring (Java) 8. Ethical Hacking 9. 
		Struts 2.0 (Java) 10.PHP Duration: 4 ½ to 6 Months. Projects: One project is allotted to a 
		group of 3-5 students. Certification: A certificate is provided to all the participants at the 
		end of the training from this. Eligibility: 
		technology. Please feel free to contact us for any further clarifications." ;

array_push($response["details"], $productad);

echo json_encode($response);

?>


Output:
1
{"details":[{"description":"Greeting \r\n\t\tinformation Technology Company with pan \r\n\t\tpresence having ISO 9001-2000 Certification for its R&D center & System \r\n\t\tintegration (NR group). It is largest one point Support Company in the country \r\n\t\tproviding a wide range of IT services including Hardware Maintenance, System \r\n\t\tIntegration, Networking, Education & Training. Has \r\n\t\tbeen conducting computer training programmes for various organizations. \r\n\t\tHas been rated at no 10 in top performing companies by Business World (Dec 26th, 2011). \r\n\t\tWe are partner of gov for UID (ADHAAR) cards. We have developed the contents for \r\n\t\tthe training of the resources involved in it. We have tide- up with various Engineering colleges \r\n\t\tin the form of Industrial Training to provide the high-end training program especially on \r\n\t\tfollowing domains: 1. Android 2. Robotics 3. IT IMS (Hardware & Networking) \r\n\t\tA+, N+, CCNA, CCNP, MCITP, etc. 4. Silverlight (.Net) 5. Biztalk Server \r\n\t\t(.Net) 6. WPF \/ WCF \/ WWF (.Net) 7. Ajax, Hibernating, Spring (Java) 8. Ethical Hacking 9. \r\n\t\tStruts 2.0 (Java) 10.PHP Duration: 4 \u00bd to 6 Months. Projects: One project is allotted to a \r\n\t\tgroup of 3-5 students. Certification: A certificate is provided to all the participants at the \r\n\t\tend of the training from this. Eligibility: \r\n\t\ttechnology. Please feel free to contact us for any further clarifications."}]}


Create a new paste based on this one


Comments: