Programming Sphere
http://programmingsphere.com - Details
sezan10: Programming Sphere is a tutorial site where Computer Programming, Computer Networking, Computer Tips and Tricks in Windows and Linux, Redhat Linux System Administration and other computer related topics are discussed so easily and professionally.
PHP break and continue Statements - Programming Sphere
programmingsphere.com/php-break-and-continue-sta... - Details
sezan10: break and continue statements are the loop control keywords in PHP. This article will explain how to control loop statement using break and continue keywords.
Free Internet Speed Test Online - System Zone
http://systemzone.net/free-internet-speed-test-online - Details
sezan10: Broadband internet speed is a conscious issue to the internet users. But using speed test suite from online, internet speed can be observed so easily.
MikroTik Router Bandwidth Management - System Zone
systemzone.net/mikrotik-router-bandwidth-managem... - Details
sezan10: Bandwidth Management with Queues is the most popular features in MikroTik Router. Bandwidth can be assigned per IP with time limitation with MikroTik so easily.
How to Assign Static IP Address in Windows OS - System Zone
systemzone.net/how-to-assign-static-ip-address-i... - Details
sezan10: IP address is assigned to windows OS for participating in a computer network. Without assigning IP address, no communication is possible between computers.
Turn Computer into Wi-Fi Hotspot - System Zone
http://systemzone.net/turn-computer-into-wi-fi-hotspot - Details
sezan10: Internet Connection Sharing is an awesome feature in Windows OS. You can turn computer into Wi-Fi hotspot and share internet connection with others using ICS.
Internet Connection Sharing through Ethernet - System Zone
systemzone.net/internet-connection-sharing-ether... - Details
sezan10: Internet Connection Sharing is an awesome feature in Windows OS. This feature will turn computer into a virtual router to share broadband internet connection.
Single IP NAT Strategy in MikroTik Router - System Zone
systemzone.net/single-ip-nat-strategy-in-mikroti... - Details
sezan10: System admin can allow internet to a single IP rather than whole network using MikroTik router. This single IP NAT strategy will be explained in this article.
Setting Google as Default Search Engine - System Zone
systemzone.net/setting-google-as-default-search-... - Details
sezan10: Web browser supports multiple search engines to search any query. This article will show how to set Google as Default Search Engine to get best query result.
to tags: default search google as to engine engine change browser's have ...
Operator and Expression in PHP (Part 2) - Programming Sphere
programmingsphere.com/operators-and-expressions-... - Details
sezan10: PHP operators make an expression and provide a result that is used to process any algorithm in PHP. This article will explain the basic operators used in PHP.
PHP Conditional Statement - Programming Sphere
http://programmingsphere.com/php-conditional-statement - Details
sezan10: Conditional Statements are used to take decision while coding with PHP. The mostly used PHP conditional statements are if, if-else and switch-case statement.
PHP Loop Statement - Programming Sphere
http://programmingsphere.com/php-loop-statement - Details
sezan10: PHP Loop Statement is used to repeat a coding area. This article will explain the for loop, while loop, do-while loop and foreach loop statement used in PHP.
PHP Function Basics - Programming Sphere
http://programmingsphere.com/php-function-basics - Details
sezan10: PHP allows us to create custom functions. A function is a block of statement that is used repeatedly in a PHP program. Function is executed when it is called.
Create System Restore Point on Windows OS - System Zone
systemzone.net/create-system-restore-point-on-wi... - Details
sezan10: System Restore utility in Windows OS helps to configure snapshot and to restore the snapshot when any system crash is occurred due to any unwanted program.
Advance PHP Function - Programming Sphere
http://programmingsphere.com/advance-php-function - Details
sezan10: A function is a block of statement that is used repeatedly in a PHP program. This article will explain advance functionalities that contain a custom function.
Array in PHP - Programming Sphere
http://programmingsphere.com/array-in-php - Details
sezan10: Array is a memory management system where multiple data can be kept into same variable with different indexes. PHP array data is explained in this article.
Associative Array in PHP - Programming Sphere
http://programmingsphere.com/associative-array-in-php - Details
sezan10: When array index is represented with string value, then the array is called associative array. This article will explain how to use associative array in PHP.
Multidimensional Array in PHP - Programming Sphere
programmingsphere.com/multidimensional-array-in-... - Details
sezan10: When an array contains another array as its element, then it is called multidimensional array in PHP. So, multidimensional array is an array of array.
How to Merge Arrays in PHP - Programming Sphere
http://programmingsphere.com/how-to-merge-arrays-in-php - Details
sezan10: PHP array_merge() creates an array with merging arrays but the original arrays remain unchanged. This article will show how to use PHP array_merge() function.
PHP Add Element to Array - Programming Sphere
http://programmingsphere.com/php-add-element-to-array - Details
sezan10: Add element to array is an important task in PHP. array_push() and array_unshift() functions help to add array element at the end and at beginning accordingly.