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?
PHP files do not run on my own pc
Collapse
X
-
put the files in XAMPP’s webroot directory and run them through the server (e.g. http://localhost/file.php)
Comment