Hi, I found this part of code is very useful for adding custom forms in Drupal. <?phpfunction booksearch_form() { $output .= drupal_get_form(‘booksearch_my_form’); $output .= booksearch_query(); return $output;} function booksearch_query() { $sql = “SELECT * FROM bookshelf”; //your uber cool query goes here db_set_active(‘booksearch’); //my separate db connection specified in modified settings.php $result […]
Category: Web
Handling errors in Visual JSF
hi all, In a visual JSF application while changing the configuration of the error-page directive, i cannot provide any other location other than default.. If there is any other solutions please let me know…
Best Tutorials Collections
For best tutorials on any java related programming techniques goto http://www.roseindia.net/ . It also having some latest technology related informations.
Web Hosting
Web Hosting is the process of providing some content or making some content available in the world wide web, which is accessible through a address called URL. Steps to be followed while going to host a web site: Select a hosting provider Select a DNS registrar In many cases the both can be offered by […]