|
|
|
filed under : 'PHP Tutorials'
|
|
It is very likely that by the time you are reading this, you have already made your mind to install and try php. Before we proceed further with this tutorial, you need to decide about what you want to use php for. Confused? Don't be, i will explain you this. There are basically three fields where you can use the power of php. They are : - Websites and web applications (server-side scripting)
- Command line scripting
- Desktop (GUI) applications
|
|
Read more...
|
|
|
|
|
filed under : 'PHP Tutorials'
|
|
PHP stands for PHP Hypertext Preprocessor. PHP, as stated by the official php website (www.php.net), is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. PHP is server side scripting language. This means that all the executiion of code takes place at the server itself. You never see the php code in browser. All the php code is executed at the server and only the results are passed to the browser to display it accordingly. That is why html is imminently used with php.
Remember, HTML is a formatting language that gives "face" to your website whereas php is a scripting language that is generally used either for calculations or for querying the database. If you do not plan to use it for either purpose, PHP is not for you. |
|
|
|
|
filed under : 'SEO Articles'
|
Often we tend to ignore things that can be very useful. In this article we talk about the custom 404 error pages and how they help in SEO, besides their obvious role. |
|
Read more...
|
|
|
|
|
filed under : 'SEO Articles'
|
The list below are the myths that i came across while learning SEO. They might not apply to all, but are the most common ones i came across. |
|
Read more...
|
|
|
|
|
filed under : 'Photoshop How-To'
|
|
A simple tutorial for making rounded borders on an object. |
|
Read more...
|
|
|
|
|
filed under : 'HTML Tutorials'
|
|
What if you want to interact with the user of your website? You might need to request some information from the user for some purpose. Interaction with a web user yields highly and is really very helpful in converting the vistors into clients who actually buy your products and services. |
|
Read more...
|
|
|
|
|
filed under : 'HTML Tutorials'
|
|
Everybody uses images their web pages. Images enhance the look of web page and more importantly images deliver better and quick understanding of the concept of your website/webpage. Let get into the use of images on your web page. |
|
Read more...
|
|
|