Integrate php with drupal
2 answers
- Make sure your PHP file is very secure when you open up a potential hole in your Drupal system.
- Enable PHP input filter for your admin editor profile. (Do not give untrusted users access to this editor!)
- Edit your content element.
- Add something like <? php include ('/path/to/my/very/secure/file.php') ;? >
- Save.
+1
a source to share