This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
what sites are better than?
10-02-2012, 08:07 AM
Post: #2
 
what you are trying to do is to build a dynamic website which is not possible to create with softwares like dreamweaver or such. you can only create static website with a software.Trust me no software can help you with that its not that easy ! but u can learn how to write it yourself with windows notepad even! you should know how HTML and CSS works at first. then you should start learning about PHP and Jquery ! it might take alot of time but it's worth it !

Every language has it... the basic "Hello, World!" script. It is a simple script that only displays the words "Hello, World!". Over the years this has become the traditional phrase to use when writing your first program. According to wikipedia, it's mainstream usage spawned from an internal memorandum in 1974 that became incorporated into the book The C Programming Language. It's actual first known usage was in Kernighan's 1972 A Tutorial Introduction to the Language B. From this it has grown into somewhat of a tradition in the programming world.
So how do I do it in PHP? Well the two simplest ways are using Print or Echo.

<?php
Print "Hello, World!";
?>
<?php
Echo "Hello, World!";
?>
To learn more about beginning PHP programming buy a book or try learning online (what i did)

Ads

Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
what sites are better than? - Connor - 10-02-2012, 07:59 AM
[] - Arash - 10-02-2012 08:07 AM
[] - Jan - 10-02-2012, 08:07 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)