Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hey Guys i have a question on how to path on the script I have code below and .php file is in the same folder but what if i am trying to place a .php file in folder below
my structure is Main/.php file i want it in main/inc/.php file
and it is not working like

data: "inc/.php"


What I have tried:

<script>

ac.attach({
  target: document.getElementById("textid"),
  data: ".php"
});
</script>
Posted
Updated 27-Jan-22 5:53am
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900