Home User CP Browse Members Calendar Register Today!  
Get New posts Faq / Help?
   

Not A Member Yet? Register today and become part of the community.

Go Back   Profuse Host Forum > World Wide Web > Programming / Scripting / Coding Forum > PHP

PHP The most widely used server-side programming language for web applications.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-24-2007, 04:06 AM
Karasu
Status: Offline
Junior Member
 
Join Date: May 2007
Posts: 1
Karasu is on a distinguished road
Default Can I do php with only Dreamweaver 8? ...

...What can php do that HTML can't?What did the world do before PHP?
Reply With Quote

  #2 (permalink)  
Old 05-24-2007, 05:15 AM
Disk
Status: Offline
Junior Member
 
Join Date: May 2007
Posts: 1
Disk is on a distinguished road
Default

Dreamweaver is mainly HTML with Javascript. I perfer using Notepad for php
Reply With Quote

  #3 (permalink)  
Old 05-24-2007, 08:05 AM
IRelayer
Status: Offline
Junior Member
 
Join Date: May 2007
Posts: 1
IRelayer is on a distinguished road
Default

You can write PHP code with any text editor. Dreamweaver 8 counts (basically: yes). The distinction here is between a scripting language and a markup language. The purpose of HTML (a markup language) is to tell a web browser (or another application that knows about it) how to layout objects on a page (a web page). That is all it can do. These objects can be text, images, applications, misc...The purpose of PHP (a scripting language) is to allow a programmer to write and run a computer program (and often times this computer program runs on a webpage, if that makes it easier to understand). A computer program is a set of instructions to the computer to execute some process or set of processes. For example, you can write a PHP program to login to a database, retrieve information from a database, and then output the information it retrieved to the screen. That last part, the output part, if it is done on a webpage, is enclosed by HTML tags so that the web browser knows where to put everything and how to display it. That is, whatever you get back from the database you can then put into whatever FORMAT you like with HTML. So, put simply, HTML is for formatting information and PHP is for things inputting it, retrieving it, or outputting it...E.G. for doing stuff with the information. Hope that helps.-IR
Reply With Quote

  #4 (permalink)  
Old 05-28-2007, 08:24 AM
drixie
Status: Offline
Member
 
Join Date: Apr 2007
Posts: 69
drixie is on a distinguished road
Default

Technically, you have asked two questions. can you write php scripts with dreamweaver 8? and what can php do that html cant?

For your first question, I prefer to use dreamweaver 8 to write my php scripts than to use any other text editor. You can use dreamweaver 8 to write codes in a series of languages ranging from asp, php, html, css, javascript, and a host of others. The advantage dreamwaver 8 has is that it suggests codes for you in a drop down as you type your code(you have to be in coding enviroment). For php, when you are typing a built-in function, it suggests what you are trying to type so you just choose and press enter. It also tells you the format with which you will enter parameters into the parentheses. It also has a built in Oreilly reference library in case you forgot what a function does. So, dreamweaver 8 is the best application for web development.

as for your second question? php kind of optimizes html. It makes you use html to do things that you cannot normally do with html. You see, they are not the same thing and cannot be compared. You use php to generate html pages basically. A very good example is this forum. This forum was written using php. php then generates the pages in html. if you want to learn more about php and it difference to html, visit www.w3schools.org
__________________
There are 10 types of People in the world. Those who understand binary and Those who dont.
www.pixieconcepts.com - Web and Graphics Design
www.nigerianz.com - Forum for Nigerians all over the world
Reply With Quote

Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How To Put Gradient Background On dreamweaver mx?? flickall Web Graphic, Design, Digital Images 0 04-05-2007 03:17 AM
Dreamweaver help. yuth55 Free Web Hosting Support 2 01-02-2007 07:25 AM
MySQL via Dreamweaver daled Free Web Hosting Support 5 08-04-2006 09:33 AM
how do u use ftp with dreamweaver icp4life Free Web Hosting Support 4 04-28-2006 02:14 AM
Dreamweaver assistance please StephanieK Free Web Hosting Support 6 11-07-2005 04:09 PM


All times are GMT -7. The time now is 02:48 AM.

Skin Design By vBSkinworks



Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

Sponsored by Web Hosting


Profuse Solutions LLC

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80