How to Make or Design Website using Php ?

Discussion in 'HTML & Website Design' started by Shashikant123, Sep 22, 2012.

  1. #1
    I want to know about more details of how Develop and Design Websites by using Php.
     
    Solved! View solution.
    Shashikant123, Sep 22, 2012 IP
  2. #2
    Hello, first thing's first, PHP is a server side programming language, people use that to develop websites, ie, Facebook, was developed using PHP, as well as other languages... But to design a website, you would use, HTML and CSS, preferably the latest versions ect.

    I hope this helps, if you need any help, just send me a message.

    Thanks,
    Brad.
     
    BradV, Sep 22, 2012 IP
  3. Shashikant123

    Shashikant123 Peon

    Messages:
    42
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks a lot for giving some necessary information about developing website and if any questions arises in my mind during making website by using php then i will definately ask,thanks a lot once again.
     
    Shashikant123, Sep 22, 2012 IP
  4. matt_62

    matt_62 Prominent Member

    Messages:
    1,827
    Likes Received:
    515
    Best Answers:
    14
    Trophy Points:
    350
    #4
    essentially, you can make the site same to html, you just save the files as .php and the contents of the file can be normal html and css.

    Within the html code, anytime you need to enter into php mode, you just type in:
    <?php
    enter in some code here, maybe you want to work out the time or something
    ?>

    the "<?php" is the start of the php code and you have to close this with the "?>" so you can have

    html code
    <?php
    php code here
    ?>
    more html code

    <?php
    more php code
    ?>
    more html code


    One thing that i like to do with some sites is to have a file called "footer.php" and then for every page i include this into every page, this way i only update the footer file once and all pages are the same. to do this, where your footer div is now, cut that and save it into a file called footer.php then in the page you cut it from, past this code:
    <?php include 'footer.php'; ?>

    essientially it just pulls in the footer file and the page will display as per normal.

    check out this page for more information:
    http://www.w3schools.com/php/php_includes.asp

    If you are developing with php, you will need to install xampp on your local pc, as by default .php files cant be run. xampp is just the engine that lets you run php, basically once you install it, you put your website in the folder "xampp\htdocs\yourwebsitehere.com" and to run the code you have to type in your browser "localhost/yourwebsitehere.com"

    hope my answer helps.
     
    matt_62, Sep 22, 2012 IP
  5. promowebeveron

    promowebeveron Member

    Messages:
    439
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    48
    #5
    Thanks for this explanation. Very helpful..!
     
    promowebeveron, Sep 22, 2012 IP
  6. php_developer

    php_developer Peon

    Messages:
    63
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    look for website design you have to knowledge of Photoshop,flash and along with this u have to also a knowledgeable of HTML,CSS.with the help of Photoshop and flash u can create a good design.
     
    php_developer, Sep 22, 2012 IP
  7. lolpasslol

    lolpasslol Peon

    Messages:
    860
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #7
    PHP with MySql only for back end ,that's called developing ,
    but you tell about designing ,it can be done by only photoshop,html,css.
     
    lolpasslol, Sep 22, 2012 IP
  8. xuled

    xuled Banned

    Messages:
    286
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I do not know what you actually trying to mean by the word design. If you are thinking about look of the website then its not the php. To make a good looking theme you need to have proper knowledge in html and css also.
     
    xuled, Sep 23, 2012 IP
  9. Shashikant123

    Shashikant123 Peon

    Messages:
    42
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Yes really good advice, actually I mean design of websites can be make by .net and Java somewhat.
     
    Shashikant123, Sep 24, 2012 IP
  10. Drent123

    Drent123 Peon

    Messages:
    105
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    php is open source programing , so it doesn't make sites more secure.
     
    Drent123, Sep 24, 2012 IP
  11. kanikaseo

    kanikaseo Member

    Messages:
    38
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    28
    #11
    Website designing and developing requires extensive knowledge, firstly for designing you should create a PSD for your home page and one inner page, PSD is a photoshop file, then you have to slice the PSD file to HTML/XHTL and then include CSS for look and feel, then it is embedded with PHP to make a website, or you can contact the service providers to execute all these task for you.
     
    kanikaseo, Sep 25, 2012 IP
  12. Shashikant123

    Shashikant123 Peon

    Messages:
    42
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I want to know about open source programming and how to impact on websites.
     
    Shashikant123, Sep 25, 2012 IP