PHP files do not run on my own pc

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • komhs
    New Member
    • May 2012
    • 1

    #1

    PHP files do not run on my own pc

    I have installed xampp on my own pc ( mysql, mysqldumper run ok ), but none php file runs on. What should I do, so that any php program runs on my pc?
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    put the files in XAMPP’s webroot directory and run them through the server (e.g. http://localhost/file.php)

    Comment

    Working...