Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
the exec() command never seems to run (hosted on linux) in the course of module execution, but if I cut and paste the output from the drupal_set_message() into my ssh shell, it runs perfectly.
I put together some PHP code that lists the address of users with a common interest.
The common interests are custom fields in the profile (i.e. tennis).
I'd like to be able to search all users profiles to see if the common interest box was checked.
Once all people with the common interests are identified I would then like to present the list of all users to the individual currently utilizing this function.
This doesn't see to difficult; however, I can't see to get things going. Any help would be greatly appreciated.