|
|
|
|
![]() ![]() |
Oct 23 2007, 02:56 AM
Post
#1
|
|
|
Member [Level 1] ![]() ![]() ![]() ![]() Group: Members Posts: 66 Joined: 17-October 07 From: Canada Member No.: 51,664 |
i try to start this topic in webhost category but it seems like i cant. i dont have the permission so i just post my topic here. im sorry mod..
i want to build a website which contains: - Links to videos - Informations - photos - flash i don't know if i should use php or just HTML. guys, what are your opinions..?? |
|
|
|
Oct 24 2007, 02:16 AM
Post
#2
|
|
|
Advanced Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 148 Joined: 24-October 07 Member No.: 51,939 |
well, html would be fine, unless your having people upload videos and photos and info. as for flash, well, if its just flash games, the html will work, but if your site is going to be in flash, then you need to script parts of it in flash, which can be added into html or php scripts.
|
|
|
|
Oct 24 2007, 07:15 AM
Post
#3
|
|
|
Member [Level 2] ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 80 Joined: 18-October 07 Member No.: 51,724 |
Php is like a command line but HTML is the display line. Erm, php is also abit server-side or to say it's server-side however HTML is different. It tells the browser how to display it, nothing much to do with servers (however, i think HTML forms does so, along with PHP commands)
This post has been edited by OneMinute: Oct 24 2007, 07:17 AM |
|
|
|
Oct 24 2007, 08:22 AM
Post
#4
|
|
|
|||[ n00b King ]||| ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 643 Joined: 20-June 07 From: Auckland Member No.: 45,102 |
Hmm If you just want to build a site quickly and not be too concerned about doing many updates often then html and javascript will do fine. You will build it quicker with just html and javascript but if you want to do more complex things then having PHP gives you abit more control. Theres many languages to learn if you want to do alot of neat things in web but the core ones are HTML, Javascript, CSS if you have time learn these first.
|
|
|
|
Oct 26 2007, 02:14 AM
Post
#5
|
|
|
Member [Level 1] ![]() ![]() ![]() ![]() Group: Members Posts: 66 Joined: 17-October 07 From: Canada Member No.: 51,664 |
thanx guys.
|
|
|
|
Feb 15 2008, 02:17 PM
Post
#6
|
|
|
Premium Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 198 Joined: 30-January 08 Member No.: 57,072 |
i really concern to learn php.
php combine with html and javascript make a better site. so anyone can my teacher? |
|
|
|
Mar 6 2008, 05:14 PM
Post
#7
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 21 Joined: 6-March 08 Member No.: 58,954 |
If i were you, i'd be more inclined to use PHP. As the web is moving towards 2.0, its better to have dynamic content and it is more future proof. Plain old html is boring and dynamic content is what is interesting to people and what will give your site the edge when compared to other sites. I recommend that you install Joomla (free content management system) and use it to make your website. I'm currently using it and it works great! It is completely customizable and you can change everything about it. But not only that, but it is very powerful and will allow you to do pretty much anything you want with it. Do a google search about it and make up your mind as to whether you want to try and do something like that. However if your site is only really simple, i would probably just use html because it would be easier. joomla is better to use if you're thinking of having a lot of content or at least a fair bit and you want a better way to manage it so it doesn't all just get lost. You can archive and whatever in joomla so i still think its your best option
|
|
|
|
May 31 2008, 05:12 AM
Post
#8
|
|
|
Newbie [Level 3] ![]() ![]() ![]() Group: Members Posts: 49 Joined: 28-May 08 Member No.: 62,777 |
u should let yourself take up some challenges by using PhP to create ur website.
There are several useful PhP tutorials found in this forum |
|
|
|
Jun 3 2008, 07:03 AM
Post
#9
|
|
|
$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 6,309 Joined: 21-September 04 From: 9r33|\| 399$ 4|\|D 5P4/\/\ Member No.: 1,218 ![]() |
For what your asking you just need basic html to set everything up, however, if you want ot make your site more dynamic then php will help you along the way. On the other hand, if you want to really get creative with your website, implement ajax to make your site interactive and what not. Of course, there is like thousands of scripts out there and so you have to be careful which ones to choose so not to leave your site open for attacks; usually you don't want to build your site around scripts made from tutorials. Since all the code is out in the open and thus vunerable to script kiddies, but again knowing how to properly secure your scripts will cut down on the attacks to your site.
|