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, 07:59 AM
Post: #1
what sites are better than?
Hey i have web builder 5 i had enough off that program i would like a better website maker i would like to be able to make a website like them below
Facebook
Twitter
Bebo
Meetme
Yahoo
Youtube
Porn

i do not want to make it from scratch like CSS and HTML i like to download a program what will help me a bit

Ads

Find all posts by this user
Quote this message in a reply
10-02-2012, 08:07 AM
Post: #2
 
Po

Ads

Find all posts by this user
Quote this message in a reply
10-02-2012, 08:07 AM
Post: #3
 
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)
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


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