By trailboss on
hello,
I have a script that I would like to use in drupal. How do I make this happen? the script is php and has a database.
thanks
hello,
I have a script that I would like to use in drupal. How do I make this happen? the script is php and has a database.
thanks
Comments
One approach is to make it a
One approach is to make it a module.
module
how do you make a script a module? so it can work in Drupal?
Module developer's guide
Take a look at the Module developer's guide.