This is a discussion on "beginner need help" within the PHP Forum section. This forum, and the thread "beginner need help are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
beginner need help
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
beginner need help
Hi Friends,
I am shine . I am a graphic design student . i want to learn webdesign also. I have some doubts about webdesign. what is the difference between static and dynamic websites? . In some websites pages like index.html and some websites pages like index.php,index.asp,contact.php. what is the difference between this two & what is the benefit? how can i do that? pls help me Thanks & Regards, Shinesmith |
|
|
|
|||
|
Re: beginner need help
Well....
First of all if it's .html or .htm it's static HTML. If it's .php or .asp (amongst a few) it's a dynamic Server Side Language. Server Side Language meaning that the page will have say, PHP code written onto it. When the user then request the page from the server, the server will read all that code and carry out. Finally it will strip it out and send back (show the page) in plain HTML. That way the user never sees the PHP code. Since PHP is basically a programming language this means you can pass your pages variables and change the HTML sent back to the user depending on what they click etc. It also allows you to read and write from MySQL databases, send e-mails, manipulate images and do loads of neat stuff. So basically PHP is one of the best languages you can learn. But if your just starting out you have to learn HTML first. Then learn CSS before trying PHP. Hope the made sense. Blake |
![]() |
| Tags |
| php help |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP Beginner... | Jack Franklin | Starting Out | 8 | Sep 28th, 2007 15:01 |
| hi a beginner to css | jackfusion | Introduce Yourself | 2 | Apr 21st, 2006 10:50 |
| Beginner needs help. | dave.s | Web Page Design | 10 | Nov 29th, 2005 15:45 |
| Beginner - and i mean beginner | benbacardi | Classic ASP | 1 | Apr 16th, 2004 08:49 |