Jump to content

about include()


ted_chou12

Recommended Posts

What is the most suitable condition to use include? I tried putting php codes in a txt file, and using the include function, the php codes in txt file actually function as php codes, not as normal texts... However, if you try to include php codes from a text file, wouldn't that be a bit risky? because if people enter php codes in there, it can gain a lot of access to information in the db.

Thanks for thinking about my question.

Ted

Link to comment
https://forums.phpfreaks.com/topic/74872-about-include/
Share on other sites

I see your concern. I would place all my include-files one directory UP from the actual domain-root. That way no one can access the include-files through their browser, but you still can with include().

 

E.g. when I access my server through FTP, my domain(s) and sub-domain(s) is located in a directory each (i.e. one directory level DOWN). Files located in the 'main' folder are safe.

 

..and I would include PHP files.

Link to comment
https://forums.phpfreaks.com/topic/74872-about-include/#findComment-378592
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.