[root@achappan~]# find . -name '*.php' | wc -l
3:06:00 PM
Achappan Mahalingam
No comments
Related Posts:
What are all the OOP Features in PHP? Object cloning Inheritance Interfaces Abstract classes Namespaces … Read More
Website is broken in IE due to "SEC7113: CSS was ignored due to mime type mismatch" I am doing web designing using bootstrap. But Internet Explorer 8-10+ refuses to load the CSS files due to "CSS was ignored due to mime type mismatch" On your computer search for "regedit.exe" (go to the start menu an… Read More
List of Arrays Functions and Examples in PHP 1. The array() function is used to create an array2. The array_change_key_case() function changes all keys in an array to lowercase or uppercase.3. The array_chunk() function splits an array into chunks of new arrays.4. The … Read More
How to run the multiple jquery methods within a single statement In JQuery, this activity is called as chaining which means you can chain together actions/methods. Below snippet is the example of Jquery Chaining. <script>$(document).ready(function(){ $("button").c… Read More
15 Essential CSS Questions: 1. Which of the following is NOT a valid border-style property value? dotted inset glazed groove solid Ans: glazed 2. Which of the following is NOT a valid CSS length unit? cm dm em mm Ans: dm cm… Read More
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment