PHP MySQL Tutorial- Displaying Database Content in Webpage
In this tutorial, we’ll see how to display the contents of mysql table in your php webpage. In my previous tutorial of webserver setup, we checked out how to setup xampp or uniform server. Now you can...
View ArticlePHP Exception Handling
PHP like any other programming language has an exception handling feature. You can write your code in a such way that it catches the most obvious exception depending on your programs logic. Exceptions...
View ArticlePHP Functions Tutorial
A function is used in almost every programming language to reduce excessive code and for effective code re-usability. In some programming languages function is called as method. In almost every...
View ArticlePHP Regular Expressions
Regular expressions are the patterns that allow you to process text based on certain requirement. This in turn produces the sequence or pattern of text that is based on pattern-matching as per...
View ArticlePHP Solution to the Project Euler Problem 1
This is one of the easiest problem in the project euler archive. You can perform this problem in any language of your choice. As this site is specifically for web developers so i’m focusing on php for...
View ArticleHuawei unveiled the OS size 10 KB
Huawei has proposed a conceptual new solution for an emerging market, “Internet of things” – the operating system the size of a ten kilobytes. The announcement was held in Beijing during the Congress...
View Article