New to PHP

Discussion in 'PHP' started by energysstar, Sep 14, 2006.

  1. #1
    How do you incorporate a PHP script onto Dreamweaver?

    Is downloading MySQL free?
     
    energysstar, Sep 14, 2006 IP
  2. jawednazarali

    jawednazarali Guest

    Messages:
    254
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What do you mean by incorporating php into Dreamweaver?

    Dreamweaver supports php editing. these are are pages with .php extension. They are like HTML pages but they have dynamic content scripts in it. PHP code is added using following syntax.

    <?php
    //Your PHP code is
    //written here
    ?>

    use some php book or turorials for learning the sytax.

    yes, My SQL is open source Data base, you can download it from www.mysql.org for free.
     
    jawednazarali, Sep 14, 2006 IP
  3. klown

    klown Peon

    Messages:
    2,093
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    0
    #3
    im guessing he doesnt have a server on his comp.. download that first, go here to download wamp. Install and such, then you need to save a file with a .php extension into the "www" folder which should be in the "wamp" folder area installed for u.

    package installations save a lot of time.

    after that go to www.php.net and go through their tutorials, they're good and you can learn the basics there.
     
    klown, Sep 14, 2006 IP