Take the 2-minute tour ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I want to call submit.php from folder CA/library.

How would I go on doing it? I am confused if I should directly include("submit.php"); or include("../") or include("./");

What is the difference between each one? Please help thanks

share|improve this question

put on hold as off-topic by MichaelT, Oded 2 days ago

  • This question does not appear to be about software development within the scope defined in the help center.
If this question can be reworded to fit the rules in the help center, please edit the question.

2  
This question appears to be off-topic because it is about an implementation issue, however is not of sufficient quality to migrate to Stack Overflow. –  MichaelT 2 days ago
    
I suggest searching for the terms "relative path" and "absolute path". –  Oded 2 days ago

Browse other questions tagged or ask your own question.