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.
Hi all,
I’m trying to create a REST Server that will allow a java Client application(Netbeans) to communicate with it. I'm a beginner and I just wanted to find out if anyone can give me a simple step by step example of how to create the server.
Is it possible to prevent db_select from adding prefix to my table name while I'm using another one prefix for tables that are not related to drupal cms.
Is it possible to create a view (to go in a block) which picks 3 random CCK content items (of one particular content type)?
I have created a CCK content type called 'Quotes' and entered 20 quotes about our company. I have set up a block to display on the right of the page in which I would like 3 random (different) quotes picked from the whole set of 20 to display.