PHP Print

Hello

This is the first tutorial of PHP.

What should the syn text to write php code?

For compiler you can download “Notepad++5.8” or “Dreamwaver” or what you want from Internet.

Now the syntext.

 

<?php ?> This is the PHP tag. You have to write every code of PHP in this tag. Without this tag, PHP does’t work. This tag can be like that also- <? ?> <?= ?>

Now write your first PHP code. Open a new file and save it into localhost. Then write these code in your file-

<?php

echo “Bismillahir Rahmanir Rahim. This is my first PHP code.”;

?>

Then you save your file index.php You can give any name what you want, but extension must be .php

Now, we complete our page. Now the time for browsing our page. So, open a browser and then write your localhost address. It can be like this (It depends on you-)

http://localhost/php/index.php

Now you see a output in your browser.

 

Thanks for reading my article.

 

Add New Article in Joomla 1.6

Hello every one…

How are you? Hope you are fine in health. Now we are ready to learn about Joomla 1.6  Features.

Go to Control panel. (Top Menu > Site > Control Panel)

Then click first icon Add New Article. Then you will get a page like that-

Now type Title name, Alias and select Categories. Then write in Article Text what you want in your article.

Continue reading

Joomla 1.6 Login in Administrator

Hello every one..

Now I want to login in our joomla1.6 administrator. S, we have to go to our browser and then enter our joomla address (where you install joomla1.6 in our localhost). It seems like that:

http://localhost/joomla1.6/administrator/

then press enter from key board. then you will get like a page-

After than, you have to type User Name & Password (what your given in the time of Install).  then click login button.  If you are ok, then you are in admin panel, right?

Continue reading

Joomla1.6 Install

Hello Dear

Hope you are fine in health. Now, we are ready to install Joomla 1.6. It is very easy to install like joomla 1.5 . There are more than strong feature from joomla 1.5. Now, to install joomla 1.6, plz follow this instruction.

Step 1 – Language Choice
Whichever of these scenarios fits your particular situation, once you hit the enter key you should be
presented with the following screen:

You should notice that en-GB – English(United Kingdom) is selected. This is the default language used for all Joomla! Core development. Simply select your preferred language for the installation process. If your own language does not appear in the list you may consider assisting in the translation of the core for other people in the same position. Visit the Translation Forums for further details.
Continue reading

What is Joomla?

What is Joomla?

Joomla is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made Joomla the most popular Web site software available. Best of all, Joomla is an open source solution that is freely available to everyone.

What’s a content management system (CMS)?

A content management system is software that keeps track of every piece of content on your Web site, much like your local public library keeps track of books and stores them. Content can be simple text, photos, music, video, documents, or just about anything you can think of. A major advantage of using a CMS is that it requires almost no technical skill or knowledge to manage. Since the CMS manages all your content, you don’t have to.

What are some real world examples of what Joomla! can do?

Joomla is used all over the world to power Web sites of all shapes and sizes. For example:

  • Corporate Web sites or portals
  • Corporate intranets and extranets
  • Online magazines, newspapers, and publications
  • E-commerce and online reservations
  • Government applications
  • Small business Web sites
  • Non-profit and organizational Web sites
  • Community-based portals
  • School and church Web sites
  • Personal or family homepages

What is HTML?

Hello Every one…

How are you? This is our first tutorial on HTML.

First question is, what is HTML?

HTML is Hyper Text Markup Language by using which, we can make simple static webpage.

How to write HTML?

You can write HTML by using Notepad (Start/All Program / Accessories / Notepad) by saving .html extension.

Is it very hard?

It is very easy to make a static webpage.