how to link html folder's file with php folder's file -


i have 2 folders html , php, in html html files exist , in php php file exist. in html folder-> buycars.html exist link viewh.php(this in php folder) how create link… use

<a href="php/viewh.php">  

that not working.

you need jump 1 directory back

<a href="../php/viewh.php">  

Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -