Where can I find informatoin on using php in drupal pages
An observation, Drupal 8 is in development.
As for placing PHP in drupal pages, best practices are to use modules or functions in template.php. Details will depend on your goal.
Comments
An observation, Drupal 8 is
An observation, Drupal 8 is in development.
As for placing PHP in drupal pages, best practices are to use modules or functions in template.php. Details will depend on your goal.