how to view a php extension

by 10 replies
12
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
#programming #extension #php #view
  • 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
    • [1] reply

    • i am self teaching in php without a mentor; and w3schools doesnt answer like a human would lol
      • [1] reply
  • how it looks meaning trying to see which part of the wordpress website does that .php cover. make sense; hope it does
    • [1] reply
    • 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.
      • [ 1 ] Thanks
  • 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.
    • [ 1 ] Thanks
    • [1] reply
    • But some time I see Xampp server was offline but why?
      • [1] reply
  • Banned
    [DELETED]

Next Topics on Trending Feed