how to view a php extension

10 replies
for example I am just lookingn to see a particular .php online to see how it would looik on the website; any way to pull this off?? say if the .php is from a wordpress website
#extension #php #view
  • Profile picture of the author Madhavi
    You seem to have a lot of unrelated questions on PHP. Have you looked at w3schools.com or the PHP manual (PHP: Manual Quick Reference
    {{ DiscussionBoard.errors[10088735].message }}
  • Profile picture of the author TAHERSYED34
    how it looks meaning trying to see which part of the wordpress website does that .php cover. make sense; hope it does
    {{ DiscussionBoard.errors[10088811].message }}
    • Profile picture of the author David Beroff
      Yes, sure, this can be done. If you upload a bit of code in isolation, it's not likely to be of very much help. If a whole site is already there, then sure, you can made changes to see what they do. I'd strongly recommend making a backup, since at some point, you may find that you want to go back to the way things were.

      I'm not sure how much complexity you are trying to absorb all at once; it usually takes time. I had posted some "real life" code in another thread for you, that actually "does" something, while not being completely overwhelming.
      Signature
      Put MY voice on YOUR video: AwesomeAmericanAudio.com
      {{ DiscussionBoard.errors[10088829].message }}
  • Profile picture of the author jeffreysloe
    As David mentioned, the best way to do this is setup a development environment on your own computer. You can download and install MAMP (for Mac), WAMP (for Windows), or XAMPP (cross-platform). They are all easy to install and setup, and there is plenty of information available online if you need additional help. This will give you a place to do all your testing, without having to worry about breaking a site that is already up and running.
    Signature

    I have been on the Internet since 1999. I'm here to share what I have learned about online marketing, web design and SEO strategies.

    {{ DiscussionBoard.errors[10092876].message }}
    • Profile picture of the author accactg
      But some time I see Xampp server was offline but why?
      Signature

      All About Wireless Accessories For Everyday Use: Specs, Reviews, and Opinions
      Pluglesstech

      {{ DiscussionBoard.errors[10348501].message }}
      • Profile picture of the author David Beroff
        Originally Posted by accactg View Post

        But some time I see Xampp server was offline but why?
        Either it's not running, or it's not configured correctly.
        Signature
        Put MY voice on YOUR video: AwesomeAmericanAudio.com
        {{ DiscussionBoard.errors[10348507].message }}

Trending Topics