I have a website on my computer on my localhost called testsite. Its on my apache localhost
so i can access a page http://localhost/testsite/index.php?p=763 from my browser.
index.php includes others php files. The index.php calls back and forth from many other php files in the folder.
so i went into the folder testsite and gave the command
php index.php ?p=763
but it only shows the result of index.php but not with ?p=763 variable
Also i want to know when i run php index.php how to list all the php files it goes through (since there are various functions called from other files).