Knowledge Base by Megrisoft
Internet Knowledge Base
Glossary    Contact Us
Search  
   
Browse by Category


Knowledge Base by Megrisoft .: Programming .: Languages .: PHP .: How to writing text or build your links with php

How to writing text or build your links with php

To write a word or a text line in "php" do as follow

<?php echo "Hello in php";?>

To Create A link "php"

<?php echo "<a href=\"http://www.megrisoft.com\">Megrisoft.com</a>";?>

To Create A link using "php" with "style"

<?php echo "<font style=\"color:blue;font-size:10px;font-family:verdana;\">Free Scripts By: <a href=\"http://www.megrisoft.com\" target=\"_blank\" title=\"Free KB By: megrisoft.com\">Megrisoft.com</font></a>";?>

"echo" are the function which print

How helpful was this article to you?

Related Articles

article What is a link popularity and its importance?
What is a link popularity and its importance?Link Popularity is the number of hyperlinks pointed...

  2-27-2005    Views: 1737   



Knowledge Base by Megrisoft Web Services Company in India