not able to access files inside folders in my php code
Moderator: General Moderators
-
yogesh0811
- Forum Newbie
- Posts: 2
- Joined: Thu Mar 10, 2016 3:33 am
not able to access files inside folders in my php code
i have one blank.html file in <C:\wamp\www\Admin\pages\examples\blank.html> and i want to access api.php file in blank.html file which is in <C:\wamp\www\Admin\services\api.php> so how can i able to access api.php file in blank.html file. i want to see effects of api.php file code in blank.html file please suggest solution. thank you
Re: not able to access files inside folders in my php code
Rename blank.html to blank.php and put some PHP code inside it to include() api.php.
-
yogesh0811
- Forum Newbie
- Posts: 2
- Joined: Thu Mar 10, 2016 3:33 am
Re: not able to access files inside folders in my php code
what type of php code i have to insert??